Skip to content

Commit

Permalink
added memory
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandunn committed Oct 29, 2019
1 parent 39e4e61 commit 6ff2319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap_apollo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
export GALAXY_SHARED_DIR=`pwd`/apollo_shared_dir
mkdir -p "$GALAXY_SHARED_DIR"

docker run -d -it -p 8888:8080 -v `pwd`/apollo_shared_dir/:`pwd`/apollo_shared_dir/ quay.io/gmod/apollo:2.4.1
docker run --memory=4g -d -it -p 8888:8080 -v `pwd`/apollo_shared_dir/:`pwd`/apollo_shared_dir/ quay.io/gmod/apollo:2.4.1

echo "[BOOTSTRAP] Waiting while Apollo starts up..."
# Wait for apollo to be online
Expand Down

0 comments on commit 6ff2319

Please sign in to comment.