From 49fa9b06bbc41b912550f3c660c7542812ef8b74 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 16 Feb 2021 11:38:46 +0100 Subject: [PATCH] Update config.json --- ubooquity/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ubooquity/config.json b/ubooquity/config.json index a1db71144..f26270127 100644 --- a/ubooquity/config.json +++ b/ubooquity/config.json @@ -37,12 +37,12 @@ "options": { "PUID": 0, "PGID": 0, - "maxmem": 120 + "maxmem": "120m" }, "schema": { "PUID": "int", "PGID": "int", - "maxmem": "int", + "maxmem": "str", "networkdisks": "str?", "cifsusername": "str?", "cifspassword": "str?",