Add more stack size.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2024-11-02 18:34:51 +02:00
parent 282a5b30f9
commit 324be07b85
6 changed files with 7 additions and 7 deletions

View file

@ -272,4 +272,4 @@ WORKDIR /home/wekan/app
#
# CMD ["node", "/build/main.js"]
# CMD ["bash", "-c", "ulimit -s 65500; exec node --stack-size=65500 /build/main.js"]
CMD ["bash", "-c", "ulimit -s 65500; exec node /build/main.js"]
CMD ["bash", "-c", "ulimit -s 65500; exec node --stack-size=65500 --max-old-space-size=8192 /build/main.js"]