Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 258 Bytes

make-clamscan-more-responsive.md

File metadata and controls

10 lines (6 loc) · 258 Bytes

Make clamscan or other high-cpu-load process play nice

If it's already running use: renice -n 19

You can start it with the nice command, e.g.

nice -n 19 clamscan

This does NOT limit the CPU, but it does lower the priority of the process.