We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cc63f7 commit 118c0b7Copy full SHA for 118c0b7
1 file changed
pm2_ecosystem.config.cjs
@@ -5,7 +5,7 @@ module.exports = {
5
"name": "server_api",
6
"script": "src/servers/server_api.js",
7
"cwd": "./cables_api",
8
- "instances": 4,
+ "instances": 8,
9
"increment_var": "PM2_INSTANCE_ID",
10
"env": {
11
"PM2_INSTANCE_ID": 0
@@ -15,7 +15,7 @@ module.exports = {
15
"name": "server_sandbox",
16
"script": "src/servers/server_sandbox.js",
17
18
19
20
21
@@ -26,7 +26,7 @@ module.exports = {
26
"script": "src/servers/server_socketcluster.js",
27
28
"instances": 1,
29
- "args": "-w 2 -s 2",
+ "args": "-w 4 -s 4",
30
31
32
0 commit comments