Browse Source

Upped /dev/shm allocation to avoid tab crash

cecylia 5 years ago
parent
commit
e4a5cb0549
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ous_run

+ 1 - 1
ous_run

@@ -5,4 +5,4 @@
 
 docker network create vnc >/dev/null 2>&1
 # docker rm ous; docker run -p 5900:5900 --name ous -it -v ${SLITHEEN_FIREFOX_REPO}:/home/iang/firefox --net=vnc slitheen /bin/bash -c 'echo "Waiting for veth to appear..."; while ! ifconfig veth0 >/dev/null 2>&1; do sleep 1; done; sleep 1; ./start_x; export SLITHEEN_PUBKEY=/home/iang/firefox/pubkey; cd firefox && ./mach run'
-docker rm ous; docker run --privileged -p 1080:1080 -p 5900:5900 --name ous -it -v ${SLITHEEN_FIREFOX_REPO}:/home/iang/firefox -v ${SLITHEEN_CODE_REPO}:/home/iang/slitheen_code --net=vnc slitheen /bin/bash -c './start_x; export SLITHEEN_PUBKEY=/home/iang/firefox/pubkey; cd firefox && bash'
+docker rm ous; docker run --privileged -p 1080:1080 -p 5900:5900 --name ous -it -v ${SLITHEEN_FIREFOX_REPO}:/home/iang/firefox --shm-size 256m -v ${SLITHEEN_CODE_REPO}:/home/iang/slitheen_code --net=vnc slitheen /bin/bash -c './start_x; export SLITHEEN_PUBKEY=/home/iang/firefox/pubkey; cd firefox && bash'