Releases: denji/cpulimit
Releases · denji/cpulimit
0.3.2
- 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
- Added support for Solaris 11.x, OpenIndiana/illumos (thanks @RinTinCan)
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.