From d1cf754c6e750c8ca07e125db665515bf689e9c2 Mon Sep 17 00:00:00 2001 From: colin-i Date: Mon, 16 Jan 2023 18:19:19 +0200 Subject: [PATCH] more swap for rpi3 (#499) --- docs/COMPILE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/COMPILE.md b/docs/COMPILE.md index c6c509f88..20ac1e5f1 100755 --- a/docs/COMPILE.md +++ b/docs/COMPILE.md @@ -31,9 +31,9 @@ sudo systemctl restart systemd-binfmt Warning, you need a 64bit OS: -If building on the Pi, you will also need a large swap (2 GB+) -and reduce GPU memory to a minimum (e.g. 16 MB) using `raspi-config` -(and reboot) before starting the build: +If building on the Pi, you will also need a large swap (3 GB+) +[optionally reduce GPU memory to a minimum (e.g. 16 MB) using `raspi-config` +(and reboot) before starting the build]: You can use e.g. '`make -j4`' to speed up the build, but on a Pi 3 with 1GB memory you will likely run out of memory at some point and need to run the build again.