Skip to content

Commit 08f1ca5

Browse files
authored
Increase RAM and CPU resources in Dockerfile
1 parent c7aac1e commit 08f1ca5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ VOLUME /storage
3939
EXPOSE 3389 8006
4040

4141
ENV VERSION="11"
42-
ENV RAM_SIZE="4G"
43-
ENV CPU_CORES="2"
42+
ENV RAM_SIZE="8G"
43+
ENV CPU_CORES="4"
4444
ENV DISK_SIZE="64G"
4545

4646
ENTRYPOINT ["/usr/bin/tini", "-s", "/run/entry.sh"]

0 commit comments

Comments
 (0)