Skip to content

Releases: lowleveldesign/process-governor

Process Governor v2.3

06 Feb 11:53
Compare
Choose a tag to compare

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

11 Dec 08:00
Compare
Choose a tag to compare

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

09 Sep 13:57
Compare
Choose a tag to compare

Changes:

  • it is possible to control whether new console window is spawned

Process Governor v2.0

30 Aug 05:05
Compare
Choose a tag to compare

New features:

  • support for CPU affinity settings
  • support for custom environment variables
  • installation mode (will always run with a given process)