We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb2aff8 commit 34d9098Copy full SHA for 34d9098
pm2.json
@@ -2,7 +2,7 @@
2
"apps" : [{
3
"name" : "rdocsv2-web",
4
"script" : "app.js",
5
- "args" : "--optimize_for_size --max_old_space_size=2048 --gc_interval=100",
+ "args" : "--optimize_for_size --max_old_space_size=512 --gc_interval=100",
6
"exec_mode" : "cluster",
7
"instances" : 1
8
}]
0 commit comments