-
Notifications
You must be signed in to change notification settings - Fork 506
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
Best way to ulimit subprocesses? #360
Comments
My current strategy is to use custom jupyter kernels that impose resource limits/niceness on startup |
By custom kernels do you mean wrappers around existing kernels? |
sort of, we have custom wrappers around ipykernel anyway, i just injected a bit of code to set rlimits before deferring to ipykernel's launch |
(this is not portable to other installations though, so ideally |
Using |
Yep |
closing, using custom kernels |
What is the best way to ulimit subprocesses right now? Something along the lines of #218 that can be injected prior to kernel launch.
The text was updated successfully, but these errors were encountered: