Skip to content

Commit db8c0fd

Browse files
felixwidjajaclaude
andcommitted
fix: increase CPU and memory limits to reduce throttling
Sustained 27-43% CPU throttling observed in prod. The 200m CPU limit is insufficient for the Astro SSR workload (mermaid rendering, auth, postgres). Bumping limits to 500m CPU / 250Mi memory. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 4923a2f commit db8c0fd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config/base/deployment.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ spec:
4040
value: https://www.milo-os.com/
4141
resources:
4242
requests:
43-
cpu: 100m
44-
memory: 100Mi
43+
cpu: 250m
44+
memory: 150Mi
4545
limits:
46-
cpu: 200m
47-
memory: 200Mi
46+
cpu: 500m
47+
memory: 250Mi
4848
livenessProbe:
4949
failureThreshold: 3
5050
initialDelaySeconds: 5

0 commit comments

Comments
 (0)