Skip to content

Releases: denji/cpulimit

0.3.2

19 Mar 06:31
Compare
Choose a tag to compare
  • Let the user set the chunk-size for CPU limit enforcement ( -c N, --chunk-size=N ).
  • Solaris zombie fix for get_next_process with include_children filter
  • Add static_install target.
  • Install manpages in mandir.
  • Change attribution; use musl-gcc for static compiles.

0.3.1

11 Apr 16:08
Compare
Choose a tag to compare
  • Added support for Solaris 11.x, OpenIndiana/illumos (thanks @RinTinCan)

0.3

08 Dec 16:52
a18edf5
Compare
Choose a tag to compare
0.3

This is the release of CPU Limit 0.3.

  • Added minimum threshold of cpu-usage for limited process 0d44fc9
  • Fix an infrequent crash 4e01992
  • Fix crash (and compiler warnings) fb2f108
  • Add manpage
  • Add -O2 optimization flag.
  • Add --version command-line option.