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?",