From 07a06e402643fcccc91f53ae9586f8660e14b0ef Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 16 Feb 2021 11:22:50 +0100 Subject: [PATCH] Update config.json --- ubooquity/config.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ubooquity/config.json b/ubooquity/config.json index 5a13270fc..3784b3b14 100644 --- a/ubooquity/config.json +++ b/ubooquity/config.json @@ -37,11 +37,13 @@ }, "options": { "PUID": 0, - "PGID": 0 + "PGID": 0, + "maxmem": 120 }, "schema": { "PUID": "int", "PGID": "int", + "maxmem": "int", "networkdisks": "str?", "cifsusername": "str?", "cifspassword": "str?",