From 876ee75aab0a3a47481c611fba02b773324c4b1d Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 9 Apr 2022 13:47:38 -0400 Subject: [PATCH] Update nocodb.sh --- ct/nocodb.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/nocodb.sh b/ct/nocodb.sh index 1e1d38f5..4eafd1cf 100644 --- a/ct/nocodb.sh +++ b/ct/nocodb.sh @@ -207,14 +207,14 @@ pushd $TEMP_DIR >/dev/null export CTID=$(pvesh get /cluster/nextid) export PCT_OSTYPE=debian export PCT_OSVERSION=11 -export PCT_DISK_SIZE=2 +export PCT_DISK_SIZE=4 export PCT_OPTIONS=" -features $FEATURES -hostname $HN -net0 name=eth0,bridge=vmbr0,ip=dhcp -onboot 1 -cores 1 - -memory 512 + -memory 1024 -unprivileged ${IM} ${PW} "