From ed8163ec64a3a236248af31c9bde80ebb0c3c9c1 Mon Sep 17 00:00:00 2001 From: Sthopeless Date: Fri, 7 May 2021 15:41:51 +0200 Subject: [PATCH] Initial commit --- create_container.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create_container.sh b/create_container.sh index 71c9317..35b3946 100644 --- a/create_container.sh +++ b/create_container.sh @@ -139,7 +139,7 @@ else fi ARCH=$(dpkg --print-architecture) HOSTNAME=Gitlab -RAM='4098' +RAM=4098 SWAP=2048 TEMPLATE_STRING="local:vztmpl/${TEMPLATE}" pct create $CTID $TEMPLATE_STRING -arch $ARCH -features nesting=1 \