Commit 4f6525f
chore(deploy): lower memory limits after gitsheets 1.4.1 heap fix
gitsheets 1.4.1 (smol-toml parser, #132) cut the boot footprint
dramatically. Measured against the full `published` import:
heap >500 MB -> ~123 MB
RSS ~806 MB (incident) -> ~321 MB
Resize from the leak-era ceilings to the real working set, with margin:
NODE_OPTIONS --max-old-space-size 2048 -> 512 (~4x boot heap)
requests.memory 1Gi -> 512Mi (> ~321Mi steady RSS)
limits.memory 2.5Gi -> 1Gi (~3x steady RSS)
Hands the ~3.9Gi nodes ~1.5Gi back vs the old 2.5Gi limit, removing the
node-starvation risk that drove the earlier NodeNotReady.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent e97728c commit 4f6525f
2 files changed
Lines changed: 20 additions & 20 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | 22 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
34 | 32 | | |
35 | 33 | | |
36 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
68 | 70 | | |
69 | 71 | | |
70 | 72 | | |
71 | 73 | | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
80 | 82 | | |
81 | 83 | | |
82 | 84 | | |
| |||
0 commit comments