From b181546ab67979f0a4f1a070ae4162f1915980f9 Mon Sep 17 00:00:00 2001 From: K9spud <39664841+k9spud@users.noreply.github.com> Date: Sun, 7 Feb 2021 16:53:00 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.