lowleveldesign / process-governor

This application allows you to put various limits on Windows processes.
MIT License
626 stars 62 forks source link

Add option to add multiple child processes to a job process #49

Closed chk-mytoys closed 2 years ago

chk-mytoys commented 2 years ago

It would be handy if it would be possible to add multiple processes, that are not child processes, to one job object.

For example by allowing: -pid 1234,4321,5555

Use case: I have multiple large processes and want to limit them as a group to not overload the machine,

chk-mytoys commented 2 years ago

Sorry, wrong title.