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

Ressource control for individual components #5

Open
sponchcafe opened this issue Oct 10, 2018 · 0 comments
Open

Ressource control for individual components #5

sponchcafe opened this issue Oct 10, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@sponchcafe
Copy link
Owner

For more finegrained control over memory and cpu time for components:

  1. Memory usage is controlled via the envrionment variable buffer control: Settings has to be added to the component constructor in pysimfs
  2. CPU time can be adapted via system nice values (0: max priority - 20: min priority), psutil should do the job
  3. Reorganization of the subprocess call may be necessary
@sponchcafe sponchcafe added the enhancement New feature or request label Oct 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant