Skip to content

Commit

Permalink
Cherry pick PR #466: Fix docker GCB builds to use 16 cores limit (#762)
Browse files Browse the repository at this point in the history
b/275102272

(cherry picked from commit 77b6283)

Co-authored-by: Arjun Menon <[email protected]>
  • Loading branch information
cobalt-github-releaser-bot and arjungm committed Jun 27, 2023
1 parent 11fd543 commit 65b0121
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose-windows-internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ x-common-definitions: &common-definitions
volumes:
- ${COBALT_SRC:-.}:c:/code/
- ${SCCACHE_DIR:-container-sccache}:c:/root/sccache/
cpus: ${DOCKER_CPUS:-20}
cpus: ${DOCKER_CPUS:-16}
mem_limit: ${DOCKER_MEMLIMIT:-100000M}

x-shared-build-env: &shared-build-env
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ x-common-definitions: &common-definitions
volumes:
- ${COBALT_SRC:-.}:c:/code/
- ${SCCACHE_DIR:-container-sccache}:c:/root/sccache/
cpus: ${DOCKER_CPUS:-20}
cpus: ${DOCKER_CPUS:-16}
mem_limit: ${DOCKER_MEMLIMIT:-100000M}

x-shared-build-env: &shared-build-env
Expand Down

0 comments on commit 65b0121

Please sign in to comment.