Skip to content

Commit b55abe8

Browse files
committed
lower shared memory allocation
1 parent 8875b40 commit b55abe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backfill_corrections/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ run:
8383
-v "`realpath $(USR_CACHE_DIR)`:/backfill_corrections/${CACHE_DIR}" \
8484
-v "${PWD}"/params.json:/backfill_corrections/params.host.json \
8585
--env GRB_LICENSE_FILE=$(GRB_LICENSE_FILE) \
86-
--shm-size=5gb \
86+
--shm-size=2gb \
8787
-it "${DOCKER_IMAGE}:${DOCKER_TAG}" \
8888
/bin/bash -c "cp params.host.json params.json && make gurobi.lic && make standardize-dirs && make run-local OPTIONS=\"${OPTIONS}\" LOG_FILE=${LOG_FILE}"
8989

0 commit comments

Comments
 (0)