Skip to content
Snippets Groups Projects
Commit b7236db1 authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

prevent out of disk space error

parent 3e95a38b
No related branches found
No related tags found
No related merge requests found
...@@ -33,6 +33,10 @@ ...@@ -33,6 +33,10 @@
# Need to increase open files limit for c tests # Need to increase open files limit for c tests
ulimit -n 32768 ulimit -n 32768
# Move docker's storage location to scratch disk so we don't run out of space.
echo 'DOCKER_OPTS="${DOCKER_OPTS} --graph=/tmpfs/docker"' | sudo tee --append /etc/default/docker
sudo service docker restart
# Download Docker images from DockerHub # Download Docker images from DockerHub
export DOCKERHUB_ORGANIZATION=grpctesting export DOCKERHUB_ORGANIZATION=grpctesting
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment