forked from coop-cloud/wekan
remove stacksize and change main.js path for next release
This commit is contained in:
+5
-1
@@ -25,4 +25,8 @@ file_env() {
|
||||
}
|
||||
|
||||
file_env "OAUTH2_SECRET"
|
||||
bash -c "ulimit -s 65500; exec node --stack-size=65500 /build/main.js"
|
||||
# https://github.com/wekan/wekan/issues/3585#issuecomment-1021522132
|
||||
#bash -c "ulimit -s 65500; exec node --stack-size=65500 /wekan/main.js"
|
||||
# https://github.com/wekan/wekan/pull/5588
|
||||
#bash -c "ulimit -n 65500; exec node /wekan/main.js"
|
||||
bash -c "exec node /wekan/main.js"
|
||||
|
||||
Reference in New Issue
Block a user