Skip to content

Commit

Permalink
Increase resource requests
Browse files Browse the repository at this point in the history
  • Loading branch information
mstifflin committed Apr 18, 2024
1 parent e1ffb10 commit f10d70b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .buildkite/pipeline-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ container:
name: docker-sock
resources:
requests:
cpu: 12000m
memory: 50G
cpu: 14000m
memory: 58G
volumes:
- name: docker-sock
emptyDir: {}
Expand Down
4 changes: 2 additions & 2 deletions .buildkite/pipeline-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ container:
name: docker-sock
resources:
requests:
cpu: 12000m
memory: 50G
cpu: 14000m
memory: 58G
volumes:
- name: docker-sock
emptyDir: {}
Expand Down

0 comments on commit f10d70b

Please sign in to comment.