How can I run a shell script as root so that the script is limited by LVE?
For example, I have a shell script that runs every day with cron. It is very cpu and io intensive and I want to "limit" the script to use a maximum of 1 cpu and 5MB/s disk io.
Is this possible?
For example, I have a shell script that runs every day with cron. It is very cpu and io intensive and I want to "limit" the script to use a maximum of 1 cpu and 5MB/s disk io.
Is this possible?
Comment