Skip to content

Commit

Permalink
update process.yml to have heap size increased to 8gb
Browse files Browse the repository at this point in the history
  • Loading branch information
FancMa01 committed Jul 15, 2024
1 parent e89f84f commit ed0ef98
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Tombolo/server/process.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apps:
- script : 'server.js'
name : 'tombolo'
error_file : "/tmp/pm2/logs/tombolo_error.log"
out_file : "/tmp/pm2/tombolo_out.log"
- script: "node --max-old-space-size=8192 server.js"
name: "tombolo"
error_file: "/tmp/pm2/logs/tombolo_error.log"
out_file: "/tmp/pm2/tombolo_out.log"

0 comments on commit ed0ef98

Please sign in to comment.