infra: increase particle processor worker resources
Was dealing with OOM errors
This commit is contained in:
@@ -21,11 +21,11 @@ spec:
|
||||
image: "particleprocessorworker"
|
||||
resources:
|
||||
requests:
|
||||
memory: "52Mi"
|
||||
cpu: 50m
|
||||
memory: "512Mi"
|
||||
cpu: 500m
|
||||
limits:
|
||||
memory: "52Mi"
|
||||
cpu: 50m
|
||||
memory: "512Mi"
|
||||
cpu: 500m
|
||||
env:
|
||||
- name: "GCP_PROJECT"
|
||||
value: "flowy-dev-440017"
|
||||
|
||||
@@ -18,11 +18,11 @@ spec:
|
||||
image: "particleprocessorworker"
|
||||
resources:
|
||||
requests:
|
||||
memory: "52Mi"
|
||||
cpu: 50m
|
||||
memory: "512Mi"
|
||||
cpu: 500m
|
||||
limits:
|
||||
memory: "52Mi"
|
||||
cpu: 50m
|
||||
memory: "512Mi"
|
||||
cpu: 500m
|
||||
env:
|
||||
- name: "GCP_PROJECT"
|
||||
value: "flowy-prod-440017"
|
||||
|
||||
Reference in New Issue
Block a user