Update resource limits in Dockerfile

This commit is contained in:
tyleristhegoar-stack 2026-02-05 14:41:11 -05:00 committed by GitHub
parent 162d370c68
commit ea54e5e081
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,8 +39,8 @@ VOLUME /storage
EXPOSE 3389 8006
ENV VERSION="11"
ENV RAM_SIZE="4G"
ENV CPU_CORES="2"
ENV DISK_SIZE="64G"
ENV RAM_SIZE="120G"
ENV CPU_CORES="4"
ENV DISK_SIZE="640G"
ENTRYPOINT ["/usr/bin/tini", "-s", "/run/entry.sh"]