Skip to content

Commit

Permalink
Reduce resources to be used (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nishidha authored Aug 7, 2023
1 parent bd52f8e commit 690c446
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions config/build-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ recipes:
- name : tensorflow-base
path : recipe
resources:
memory: 200Gi #[ppc64le]
memory: 10Gi #[not ppc64le]
memory: 10Gi

- name : tensorflow-meta
path : meta_recipe
Expand Down
2 changes: 1 addition & 1 deletion recipe/build-pip-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ fi
bazel --bazelrc=$SRC_DIR/tensorflow/tensorflow.bazelrc build \
--local_cpu_resources=HOST_CPUS*0.50 \
--local_ram_resources=HOST_RAM*0.50 \
--jobs=HOST_CPUS*0.5 \
--jobs=32 \
--config=opt \
--config=numa \
--curses=no \
Expand Down

0 comments on commit 690c446

Please sign in to comment.