Skip to content

Commit

Permalink
Use 8G for memory and shm just in case
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemartinlogan committed Feb 8, 2024
1 parent eedda48 commit 0b74b9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/install_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ docker run -d \
--mount src=${PWD},target=/hermes,type=bind \
--name hermes_deps_c \
--network host \
--memory=4G \
--shm-size=4G \
--memory=8G \
--shm-size=8G \
-p 4000:4000 \
-p 4001:4001 \
lukemartinlogan/hermes_deps \
Expand Down

0 comments on commit 0b74b9a

Please sign in to comment.