Skip to content

Commit

Permalink
home: Reduce the memory threshold for restarting to 200M
Browse files Browse the repository at this point in the history
  • Loading branch information
ThrRip committed Sep 23, 2023
1 parent 068819d commit 9525e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/home/ecosystem.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = {
script: './.output/server/index.mjs',
interpreter: 'bun',
port: 22320,
max_memory_restart: '300M',
max_memory_restart: '200M',
env: {
'NITRO_PORT': 22320
}
Expand Down

0 comments on commit 9525e63

Please sign in to comment.