Does anyone know of a way (specific to 7zip or general) to limit the CPU usage of 7zip while it is archiving a long list of files? OS is Windows Server 2008 R2, and 7zip is run via command line from a batch file.
|
feedback
|
|
Don't worry about the actual CPU percentage, instead you should start the process using a different priority. So from the command line you should be able to use | |||
|
feedback
|
|
If you are working in powershell you can do something like this:
| |||
feedback
|