Register now and start sharing your code snippets.
-->
Restricting CPU usage for Autotest
Ruby posted 4 months ago by marko
Autotest sucks by default up all the cpu cycles. I found a solution for it here.
Add this to $HOME/.autotest
1 Autotest.add_hook :initialize do |at| 2 at.sleep = 5 3 end
Tagged autotest 100% cpu problem