Skip to content

Commit

Permalink
Set shmsize for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
niklas-uhl committed Jun 26, 2024
1 parent b8c797d commit 954bcc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 01_run_docker_container_here.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env sh

docker run -it --rm -v $(pwd):/home/kamping ghcr.io/kamping-site/kamping-reproducibility:main
docker run -it --rm -v $(pwd):/home/kamping --shm-size=4gb ghcr.io/kamping-site/kamping-reproducibility:main

0 comments on commit 954bcc3

Please sign in to comment.