Commit e22a846
committed
improvement(background): right-size the two knowledge task machines
Both knowledge tasks reserved machine presets well above their measured
ceilings. Sized each from production telemetry on both memory and CPU:
- knowledge-connector-sync: large-2x -> large-1x. Peak sampled RSS 2.6 GB
and peak 1.4 vCPU, so 8 GB/4 vCPU keeps ~3x memory and ~2.8x CPU headroom
against a preset that reserved 16 GB.
- knowledge-process-document: large-1x -> medium-2x. Peak sampled RSS 902 MB
and peak 1.2 vCPU, with no document exceeding 2 GB, so 4 GB/2 vCPU keeps
~4x memory and ~1.7x CPU headroom.
CPU figures are core-normalized (OTel process.cpu.utilization divides by
cores available), so neither task loses headroom it was actually using and
neither can be throttled by the smaller preset.
No retry or concurrency semantics change.1 parent 498cdb6 commit e22a846
2 files changed
Lines changed: 15 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
102 | 109 | | |
103 | 110 | | |
104 | 111 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
139 | 145 | | |
140 | 146 | | |
141 | 147 | | |
| |||
0 commit comments