Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions deployment/clouddeploy/gke-workers/base/gitter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ spec:
- "--port=8888"
- "--work_dir=/work/gitter"
- "--fetch_timeout=1h"
env:
- name: GOMEMLIMIT
value: "200GiB"
Comment thread
another-rex marked this conversation as resolved.
Outdated
volumeMounts:
- mountPath: /work
name: disk-data
Expand Down
Loading