-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add --pids-limit option, to prevent fork bomb in sandbox. #9
Conversation
# Allow user process to fork | ||
#'canfork': False, | ||
# Limiting the maximum number of user processes in Linux is tricky. | ||
# http://unix.stackexchange.com/questions/55319/are-limits-conf-values-applied-on-a-per-process-basis |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note that I delete old comments here.
Is this test case still necessary? https://github.com/StepicOrg/epicbox/pull/9/files#diff-54f2a123f023d5a32d51df5a31f3be76L258 |
ping @psviderski |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your great work and sorry for the delay with the review. I've left a comment about naming and the default behaviour. Would love to hear your thoughts.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the updates, looks great to me 👍
It's good to be merged after fixing two minor typos.
Co-Authored-By: Pavel Sviderski <pavel@canva.com>
Co-Authored-By: Pavel Sviderski <pavel@canva.com>
Hi, @psviderski Can you bump a new version and update to pypi? |
Sure, bumped version to 1.1.0 and published to PyPI. |
close #8