Update README.md

This commit is contained in:
Alexandre
2021-02-16 13:30:03 +01:00
committed by GitHub
parent 241949a873
commit a374d6a6ac

View File

@@ -28,6 +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. Thats 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 )
networkdisks: "<//SERVER/SHARE>" # list of smbv2/3 servers to mount (optional)
cifsusername: "username" # smb username (optional)
cifspassword: "password" # smb password (optional)