This commit is contained in:
paoloar77
2025-04-30 17:33:07 +02:00
parent 227adab40f
commit b120d9d89a

View File

@@ -6,7 +6,7 @@ module.exports = {
instances: 1,
autorestart: true,
watch: false,
max_memory_restart: '1G',
max_memory_restart: '512M',
env: {
NODE_ENV: 'development'
},