Skip to content
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 threshold options to kill child if goes awry #215

Open
yarikoptic opened this issue Oct 29, 2024 · 0 comments
Open

Add threshold options to kill child if goes awry #215

yarikoptic opened this issue Oct 29, 2024 · 0 comments

Comments

@yarikoptic
Copy link
Member

Inspired by

where child process can really get out of hands and consume too much, causing linux to start killing other processes instead of the abuser (unlikely but possible). Since we are monitoring anyways, I wonder if we should add facility to kill child process (and kids) upon

  • exceeding memory, cpu, wallclock time thresholds?

somewhat relates (likely in implementation):

but also likely there is already a tool for that, so we might just want to "pair it up" one way or another.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant