oomstaller 0.3.0

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.

Tags build-tool linux developers thrashing swapfile out-of-memory
License BSL
State beta

Recent Releases

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 announce at this site.