Commit cbf8568
fix: raise eleventy heap cap from 2048 to 3072 MB
#397 lowered --max-old-space-size from 4096 to 2048 based on a 210-page
garden. Large text-heavy gardens (~1100+ notes) exceed that: the build
dies with a V8 "allocation failure" at ~2 GB heap while the 4Gi build
container still has half its memory unused.
3072 gives those gardens room while still leaving ~1 GB on a 4Gi
container for sharp's native allocations, which was the reason #397
lowered it in the first place.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01FuHUwv79QekUJwCMB4rpvh1 parent 2e5ad98 commit cbf8568
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments