Skip to content

Commit 3b91210

Browse files
authored
Merge pull request #3246 from artsy/mc-jones/chore-update-mem
chore: increase mem allocation in staging
2 parents c31037d + dd9b9de commit 3b91210

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

hokusai/staging.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ spec:
6666
fieldRef:
6767
fieldPath: spec.nodeName
6868
- name: NODE_OPTIONS
69-
value: --max_old_space_size=256
69+
value: --max_old_space_size=512
7070
- name: DD_VERSION
7171
valueFrom:
7272
fieldRef:
@@ -79,9 +79,9 @@ spec:
7979
resources:
8080
requests:
8181
cpu: 100m
82-
memory: 256Mi
83-
limits:
8482
memory: 512Mi
83+
limits:
84+
memory: 768Mi
8585
readinessProbe:
8686
httpGet:
8787
port: positron-http

0 commit comments

Comments
 (0)