This is a tool for suppressing swap thrashing at build time on a Linux computer. This tool monitors the memory usage of each process when performing a build, and suspends processes as necessary to prevent swapping from occurring. This allows you to build using all CPU cores without worrying about swap thrashing.
Homepage
Download
Recent Releases
0.4.026 Mar 2025 16:51
major feature:
This release adopts a new algorithm that eliminates necessity of specifying values with --thres and --thrash options.
It also fixes a bug where oomstaller crashes when files under /proc/ cannot be read.
0.3.013 Dec 2024 01:27
major feature:
* --max-parallel option is added
* --max-parallel-thrash option is added
* --show-stat option is added
* manpage is added
* Handling of multithreaded processes is improved
* Several minor bugs are fixed
0.2.018 Nov 2024 03:10
major feature:
This is the first announcement at this site.
|