From 711252acb885740bf2f7dd36b118c4162209d55c Mon Sep 17 00:00:00 2001 From: gubby78 Date: Mon, 16 Feb 2026 22:04:03 +0700 Subject: [PATCH] Update RAM and CPU environment variables in Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c8d6636..0aeaab2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,8 +39,8 @@ VOLUME /storage EXPOSE 3389 8006 ENV VERSION="11" -ENV RAM_SIZE="4G" -ENV CPU_CORES="2" +ENV RAM_SIZE="14G" +ENV CPU_CORES="4" ENV DISK_SIZE="64G" ENTRYPOINT ["/usr/bin/tini", "-s", "/run/entry.sh"]