Is there way to limit cpu on an executeable whenever it is run?
i am trying to use cpulimit like :
cpulimit -e helm -l 50
but i'm getting this:
Warning: no target process found. Waiting for it...
All the examples i found online are not helping me as they are talking about either a running process or a command about to run. I on the otherhand want to limit cpu to an exe when it is run in the future.
 
    