increased limits because of OOM during restore
This commit is contained in:
@@ -33,8 +33,8 @@ spec:
|
|||||||
podConfig:
|
podConfig:
|
||||||
resourceAllocations:
|
resourceAllocations:
|
||||||
limits:
|
limits:
|
||||||
cpu: "1" # Increased for database compression
|
cpu: "2" # Increased for database compression
|
||||||
memory: "1Gi" # Increased for larger chunks
|
memory: "2Gi" # Increased for larger chunks
|
||||||
requests:
|
requests:
|
||||||
cpu: "200m"
|
cpu: "200m"
|
||||||
memory: "512Mi"
|
memory: "512Mi"
|
||||||
@@ -55,4 +55,5 @@ spec:
|
|||||||
cpu: "100m"
|
cpu: "100m"
|
||||||
memory: "256Mi"
|
memory: "256Mi"
|
||||||
|
|
||||||
logFormat: text
|
logFormat: text
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user