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:
@@ -15,11 +15,10 @@ image:
|
||||
# Resource requests
|
||||
resources:
|
||||
requests:
|
||||
cpu: 30m
|
||||
memory: 256Mi
|
||||
cpu: 49m
|
||||
memory: 263Mi
|
||||
limits:
|
||||
cpu: null # Remove CPU limit to prevent throttling (chart default is 1 core)
|
||||
memory: 512Mi # Prevent OOM
|
||||
memory: 263Mi
|
||||
|
||||
# Falco configuration
|
||||
falco:
|
||||
|
||||
Reference in New Issue
Block a user