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:
@@ -45,7 +45,6 @@ resources:
|
||||
cpu: 15m
|
||||
limits:
|
||||
memory: 192Mi
|
||||
cpu: 23m
|
||||
|
||||
healthCheck:
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user