about summary refs log tree commit diff stats
path: root/docs
diff options
context:
space:
mode:
authorcolin-i <costin.botescu@gmail.com>2023-01-16 18:19:19 +0200
committerGitHub <noreply@github.com>2023-01-16 17:19:19 +0100
commitd1cf754c6e750c8ca07e125db665515bf689e9c2 (patch)
tree767f84a7901e7d6ab25a5093ad203cdf4b1fc2c4 /docs
parentd1f63fe260c28e3246ef23cd090eab51fcc8152e (diff)
downloadbox64-d1cf754c6e750c8ca07e125db665515bf689e9c2.tar.gz
box64-d1cf754c6e750c8ca07e125db665515bf689e9c2.zip
more swap for rpi3 (#499)
Diffstat (limited to 'docs')
-rwxr-xr-xdocs/COMPILE.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/COMPILE.md b/docs/COMPILE.md
index c6c509f8..20ac1e5f 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.