Releases: lowleveldesign/process-governor
Releases · lowleveldesign/process-governor
Process Governor v2.3
Changes:
- new option (-t) to set a limit on the process(-es) execution time
- new option (--process-utime) to set a limit on the process user-mode execution time
- new option (--job-utime) to set limit on the job user-mode execution time
- procgov returns the same exit code as the child process, or 1 if there was an error
- when run elevated, tries to obtain the SeDebugPrivilege so it is possible to control processes of other users (#7)
- error messages are sent to stderr (#8)
Process Governor v2.2
Changes:
- New option (-r) added to propagate limits to child processes too
- Fixed problem with the int overflow for 64-bit app (issue #5 )
Process Governor v2.1
Changes:
- it is possible to control whether new console window is spawned
Process Governor v2.0
New features:
- support for CPU affinity settings
- support for custom environment variables
- installation mode (will always run with a given process)