Skip to content

Commit

Permalink
fix: added max_memory_restart
Browse files Browse the repository at this point in the history
  • Loading branch information
titanism committed May 7, 2024
1 parent 03e660b commit 7b46b57
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions ecosystem-bree.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
{
"name": "bree",
"script": "bree.js",
"max_memory_restart": "8G",
"exec_mode": "fork",
"wait_ready": true,
"instances": "1",
Expand Down
2 changes: 2 additions & 0 deletions ecosystem-imap.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
{
"name": "imap-993",
"script": "imap.js",
"max_memory_restart": "8G",
"exec_mode": "cluster",
"wait_ready": true,
"instances": "max",
Expand All @@ -15,6 +16,7 @@
{
"name": "imap-2993",
"script": "imap.js",
"max_memory_restart": "8G",
"exec_mode": "fork",
"wait_ready": true,
"instances": "1",
Expand Down
2 changes: 2 additions & 0 deletions ecosystem-pop3.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
{
"name": "pop3-995",
"script": "pop3.js",
"max_memory_restart": "8G",
"exec_mode": "cluster",
"wait_ready": true,
"instances": "max",
Expand All @@ -15,6 +16,7 @@
{
"name": "pop3-2995",
"script": "pop3.js",
"max_memory_restart": "8G",
"exec_mode": "fork",
"wait_ready": true,
"instances": "1",
Expand Down
1 change: 1 addition & 0 deletions ecosystem-sqlite.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
{
"name": "sqlite",
"script": "sqlite.js",
"max_memory_restart": "8G",
"wait_ready": true,
"exec_mode": "cluster",
"instances": "max",
Expand Down

0 comments on commit 7b46b57

Please sign in to comment.