diff --git a/README.md b/README.md index 6d49632..ba5ed62 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# DrainingTheSwamp +# Draining The Swamp A tool for pipelining memory intensive builds in Gentoo. When parallel (-j4) compiling QtWebEngine, Chromium, or other memory hungry applications, my Raspberry Pi 4/4GB often runs out of memory and the build fails because the Linux OOM killer takes out one of the compilation processes. Even if I add copious swap space, that doesn't really help when 4 cores are standing in each other's way, fighting against each other to swap their process into RAM all at the same time.