From 7e1ef423c177c342092dbbf49ea1daae95d02b95 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 16 Feb 2021 11:46:44 +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 f26270127..a1db71144 100644 --- a/ubooquity/config.json +++ b/ubooquity/config.json @@ -37,12 +37,12 @@ "options": { "PUID": 0, "PGID": 0, - "maxmem": "120m" + "maxmem": 120 }, "schema": { "PUID": "int", "PGID": "int", - "maxmem": "str", + "maxmem": "int", "networkdisks": "str?", "cifsusername": "str?", "cifspassword": "str?",