Skip to content

Commit 34d9098

Browse files
author
Ludovic Vannoorenberghe
committed
tweak memory release
1 parent bb2aff8 commit 34d9098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pm2.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"apps" : [{
33
"name" : "rdocsv2-web",
44
"script" : "app.js",
5-
"args" : "--optimize_for_size --max_old_space_size=2048 --gc_interval=100",
5+
"args" : "--optimize_for_size --max_old_space_size=512 --gc_interval=100",
66
"exec_mode" : "cluster",
77
"instances" : 1
88
}]

0 commit comments

Comments
 (0)