PERF(resources): remove CPU limits - keep memory limits only
- CPU throttling prevents app startup, not crashes - Memory OOM is the real cascading failure cause - CPU request ensures fair scheduling
This commit is contained in:
@@ -43,8 +43,10 @@ singleBinary:
|
||||
storageClass: local-path
|
||||
resources:
|
||||
requests:
|
||||
cpu: 15m # Reduced from 50m based on actual usage (10m)
|
||||
memory: 128Mi
|
||||
cpu: 23m
|
||||
memory: 462Mi
|
||||
limits:
|
||||
memory: 462Mi
|
||||
|
||||
# Disable components not needed in single binary mode
|
||||
backend:
|
||||
|
||||
Reference in New Issue
Block a user