Commit 2e2e2ee
fix(web): use 50% rather than 75% for the web heap limit
At a 16GiB limit this gives the web process an 8384MiB ceiling (up from
4288MiB), which still resolves the GC thrash while leaving roughly 7.7GiB for
page cache. zoekt currently uses ~5.8GiB of file cache for its EFS-backed
index, and 75% would have squeezed that to ~3.6GiB.
50% also matches Node's own default curve below the ~4GiB cap, so deployments
at or under 8GiB are unaffected by this change.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent 3a76dcd commit 2e2e2ee
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments