Skip to content

Commit 87f7064

Browse files
increases shm size from 64MB to 1G in build.sh (#878)
Resolves the bug outlined here #853 Co-authored-by: tianyu-l <[email protected]>
1 parent 82629f8 commit 87f7064

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.ci/docker/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ docker build \
3434
--build-arg "CLANG_VERSION=${CLANG_VERSION}" \
3535
--build-arg "PYTHON_VERSION=${PYTHON_VERSION}" \
3636
--build-arg "MINICONDA_VERSION=${MINICONDA_VERSION}" \
37+
--shm-size=1g \
3738
-f "${OS}"/Dockerfile \
3839
"$@" \
3940
.

0 commit comments

Comments
 (0)