← back to Ventura Claw Leads
increase max_memory_restart from 300M to 600M to stop OOM-triggered restart loop
602dc99d7d564f9e5a71cc506ab3caf9d9a68064 · 2026-05-07 09:24:00 -0700 · Steve Abrams
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Files touched
Diff
commit 602dc99d7d564f9e5a71cc506ab3caf9d9a68064
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Thu May 7 09:24:00 2026 -0700
increase max_memory_restart from 300M to 600M to stop OOM-triggered restart loop
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
---
ecosystem.config.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ecosystem.config.js b/ecosystem.config.js
index 18c74a8..e7a45be 100644
--- a/ecosystem.config.js
+++ b/ecosystem.config.js
@@ -16,7 +16,7 @@ module.exports = {
error_file: './logs/err.log',
out_file: './logs/out.log',
log_date_format: 'YYYY-MM-DD HH:mm:ss',
- max_memory_restart: '300M',
+ max_memory_restart: '600M',
autorestart: true,
watch: false
}]
← 8485ef7 Drop misleading 'verified listings' meta-description copy
·
back to Ventura Claw Leads
·
add in-process 120s cache for /api/businesses.geo to prevent f62acb4 →