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

Enforce time/memory limits for model solution during outgen #247

Open
otargowski opened this issue Aug 2, 2024 · 0 comments
Open

Enforce time/memory limits for model solution during outgen #247

otargowski opened this issue Aug 2, 2024 · 0 comments

Comments

@otargowski
Copy link
Contributor

Is your feature request related to a problem? Please describe.
If the model solution has a serious bug and for example eats up all the RAM,
then it will probably get killed along with sinol-make, maybe also the shell
and terminal (this actually happened).

Describe the solution you'd like
The model solution being run with limits from config.yml enforced.
For some weird use cases a cli arg disabling this may be useful, for example
generating very precise results for a problem in which the complexity depends
on the chosen precision.

Describe alternatives you've considered
To complement this, maybe an additional limit for how many solutions should run in
paralell based on the amount of available ram? Idk if this is already implemented.

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