From 6617cd8402c46234136b3ae00b1ab3ed4fa2baad Mon Sep 17 00:00:00 2001 From: Steven Seifried Date: Thu, 20 Jan 2022 21:16:26 +0100 Subject: [PATCH] Updated languagetool_container.sh --- ct/languagetool_container.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/languagetool_container.sh b/ct/languagetool_container.sh index a6dce62..8e214c9 100644 --- a/ct/languagetool_container.sh +++ b/ct/languagetool_container.sh @@ -130,7 +130,7 @@ DISK=${DISK_PREFIX:-vm}-${CTID}-disk-0${DISK_EXT-} ROOTFS=${STORAGE}:${DISK_REF-}${DISK} echo -e "${CHECKMARK} \e[1;92m Creating LXC Container... \e[0m" -DISK_SIZE=32G +DISK_SIZE=64G pvesm alloc $STORAGE $CTID $DISK $DISK_SIZE --format ${DISK_FORMAT:-raw} >/dev/null if [ "$STORAGE_TYPE" == "zfspool" ]; then warn "Some containers may not work properly due to ZFS not supporting 'fallocate'."