How to change the limit % on the fly
daniel-lucio opened this issue · 3 comments
daniel-lucio commented
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?
WIZARD-CXY commented
I killed the previous cpulimit, and rerun with the new limit works
daniel-lucio commented
yes, but i was looking forwart to not doing that
bistrulli commented
@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.