opsengine/cpulimit

How to change the limit % on the fly

daniel-lucio opened this issue · 3 comments

is it a way to change the limit % on the fly? Lets say I need a process uses 90% of CPU in non-working hours, but 15% in working hours.

Without killing the process, how should we do that?

I killed the previous cpulimit, and rerun with the new limit works

yes, but i was looking forwart to not doing that

@daniel-lucio did you find another solution for that problem? i would like to change the cpu limit at runtime but killing and restarting cpu limit is too slow.