Skip to content

Commit

Permalink
Fork bomb prevention for #3
Browse files Browse the repository at this point in the history
  • Loading branch information
nikidimi committed Oct 27, 2016
1 parent f6ba5bf commit a03b359
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions django/tasks/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ def __init__(self, docker_image, input_file):
mem_limit="100M",
memswap_limit="100M",
shm_size="100M",
kernel_memory="50M",
pids_limit=100,
)
)
Expand Down

0 comments on commit a03b359

Please sign in to comment.