Skip to content

Commit

Permalink
increase requests to ensure no backwards incompatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
davejrt committed May 5, 2021
1 parent 607a9ee commit 7aaec23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions base/symbols/symbols.Deployment.yaml
Expand Up @@ -30,7 +30,7 @@ spec:
- name: symbols
env:
- name: SYMBOLS_CACHE_SIZE_MB
value: "4000"
value: "10000"
- name: POD_NAME
valueFrom:
fieldRef:
Expand Down Expand Up @@ -61,11 +61,11 @@ spec:
resources:
limits:
cpu: "2"
ephemeral-storage: "8Gi"
ephemeral-storage: "12Gi"
memory: 2G
requests:
cpu: 500m
ephemeral-storage: "4Gi"
ephemeral-storage: "10Gi"
memory: 500M
volumeMounts:
- mountPath: /mnt/cache
Expand Down

0 comments on commit 7aaec23

Please sign in to comment.