Skip to content

Commit dd671bf

Browse files
committed
increase shared memory size to support parallel prediction generation
1 parent 02c8c40 commit dd671bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backfill_corrections/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ run:
8181
-v "`realpath $(USR_CACHE_DIR)`:/backfill_corrections/${CACHE_DIR}" \
8282
-v "${PWD}"/params.json:/backfill_corrections/params.host.json \
8383
--env GRB_LICENSE_FILE=$(GRB_LICENSE_FILE) \
84+
--shm-size=5gb \
8485
-it "${DOCKER_IMAGE}:${DOCKER_TAG}" \
8586
/bin/bash -c "cp params.host.json params.json && make gurobi.lic && make standardize-dirs && make run-local OPTIONS=\"${OPTIONS}\" LOG_FILE=${LOG_FILE}"
8687

0 commit comments

Comments
 (0)