From a5fcf28a4e19f0682a81e49f2cc8914053e3ebd0 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 23 Feb 2021 10:07:46 +0100 Subject: [PATCH] Update README.md --- ubooquity/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubooquity/README.md b/ubooquity/README.md index 7292aedc9..ab6b9235c 100644 --- a/ubooquity/README.md +++ b/ubooquity/README.md @@ -28,7 +28,7 @@ Network disk is mounted to /share/storagecifs ```yaml GUID: user GPID: user -maxmem: 300 # The quantity of memory allocated to Ubooquity depends on the hardware your are running it on. If this quantity is too small, you might sometime saturate it with when performing memory intensive operations. That’s when you get java.lang.OutOfMemoryError: Java heap space errors. You can explicitly set the amount of memory Ubooquity is allowed to use (be careful to set a value lower than the actual physical memory of your hardware). Value is a number of megabytes ( put just a number, without MB ) +maxmem: 200 # IMPORTANT : 200 is default for rpi3b+ ; 512 recommended if more 2gb RAM. The quantity of memory allocated to Ubooquity depends on the hardware your are running it on. If this quantity is too small, you might sometime saturate it with when performing memory intensive operations. That’s when you get java.lang.OutOfMemoryError: Java heap space errors. You can explicitly set the amount of memory Ubooquity is allowed to use (be careful to set a value lower than the actual physical memory of your hardware or the whole system will crash). Value is a number of megabytes ( put just a number, without MB). networkdisks: "" # list of smbv2/3 servers to mount (optional) cifsusername: "username" # smb username (optional) cifspassword: "password" # smb password (optional)