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 7995a0d commit fc73a56Copy full SHA for fc73a56
ecosystem.config.js
@@ -8,7 +8,7 @@ module.exports = {
8
watch: false, // Don't watch files (production only)
9
autorestart: true, // Restart if crash
10
restart_delay: 5000, // Wait 5 seconds before restarting (to avoid crash loops)
11
- max_memory_restart: '2G', // Restart if using more than 2GB RAM (safe limit for 4GB RAM server)
+ max_memory_restart: '4G', // Restart if using more than 2GB RAM (safe limit for 4GB RAM server)
12
env: {
13
NODE_ENV: 'production', // Environment variable for production
14
PORT: 3000 // Optional, set your app's port
0 commit comments