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

Investigate methodologies to limit process CPU usage on Linux #958

Closed
giampaolo opened this issue Jan 27, 2017 · 1 comment
Closed

Investigate methodologies to limit process CPU usage on Linux #958

giampaolo opened this issue Jan 27, 2017 · 1 comment
Labels

Comments

@giampaolo
Copy link
Owner

I bumped into this article:
http://blog.scoutapp.com/articles/2014/11/04/restricting-process-cpu-usage-using-nice-cpulimit-and-cgroups
...describing different methods on how to limit CPU usage of a certain process on Linux amongst which:

  • niceness (supported already)
  • cpulimit cmdline tool: AFAIU it's a tool which ciclically sends supension signal to the process in order to keep it "calm"
  • process groups (not supported by psutil)

The third one looks the most promising and needs more investigation 'cause I don't know exactly how it works.

@giampaolo
Copy link
Owner Author

Closing as duplicate of #490.

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

No branches or pull requests

1 participant