mirror of
https://github.com/svemagie/blog-eleventy-indiekit.git
synced 2026-04-02 16:44:56 +02:00
Satori (Yoga WASM) and Resvg (Rust WASM) allocate native memory that V8 doesn't track against the heap limit. Without periodic GC, the JS wrappers accumulate and native RSS grows to ~2 GB during OG image generation for 3400+ posts. - Add --expose-gc to og-cli spawn - Call global.gc() every 50 images to reclaim native memory - Log final RSS/heap for monitoring Confab-Link: http://localhost:8080/sessions/edb1b7b0-da66-4486-bd9c-d1cfa7553b88