Skip to content

Releases: k9spud/DrainingTheSwamp

v1.0.8

14 Oct 02:00
Compare
Choose a tag to compare

Now supports Rust.

v1.0.7

11 Mar 17:27
Compare
Choose a tag to compare

Hack for "aarch64-unknown" processes in "D" state getting deadlocked.
Changed timeout to infinite on waiting for "ps" to finish executing.

v1.0.6b

16 Feb 23:59
Compare
Choose a tag to compare
DrainingTheSwamp-1.0.6b

Oops, last fix didn't work.

v1.0.6

16 Feb 18:06
Compare
Choose a tag to compare

Fixed bug where non-compilation processes can get stuck in the STOP state.

v1.0.5

12 Feb 05:15
Compare
Choose a tag to compare

Now maintains a running estimate of how big the compilation process is likely to balloon out to, based on the most recent big compilation. This allows us to be more careful about preserving as much RAM as possible during those portions of the Chromium build where you start hitting source files that require >2.4GB of RAM.

Numerous bug fixes. Lots of re-written code.

DrainingTheSwamp-1.0.1: Fixed some bugs in allowOne. Added command line options. Tweaked algo…

08 Feb 18:40
Compare
Choose a tag to compare
…rithm to start throttling earlier due to what I'm seeing during a lengthy Chromium build.

Initial release

08 Feb 18:20
b181546
Compare
Choose a tag to compare
DrainingTheSwamp-1.0.0

Update README.md