From ea4b976e0c594fd7c0cf78599233a9599e023af0 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 21 Apr 2023 07:46:02 +0200 Subject: [PATCH] Comments --- run/run.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/run/run.sh b/run/run.sh index 9bfdbc8..9ec2047 100755 --- a/run/run.sh +++ b/run/run.sh @@ -6,9 +6,9 @@ set -eu : ${URL:=''}. # URL of PAT file : ${DEBUG:=''}. # Enable debug mode : ${ALLOCATE:='Y'} # Preallocate diskspace -: ${CPU_CORES:='1'} # vCPU count -: ${DISK_SIZE:='16G'} # Initial disk size -: ${RAM_SIZE:='512M'} # Amount of RAM +: ${CPU_CORES:='1'} # Amount of CPU cores +: ${DISK_SIZE:='16G'} # Initial data disk size +: ${RAM_SIZE:='512M'} # Maximum RAM amount echo "Starting Virtual DSM for Docker v${VERSION}..."