We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
one of our servers is doing the funky dance, how do we get it to stop?
do this when you see a service on the box is out of memory
this is normally due to the docker deamon eating up all the memory. to fix:
sudo service docker restart
sudo weave launch -password <FIND_FROM_SAURON_CONFIG>
sudo weave attach 10.255.248.144/24 <CHARON_CONTAINER_ID>
sudo weave connect 10.0.1.10
find out where most of the disk is getting used by using du the usual suspects are /var/log or /docker
du
/var/log
/docker
sudo docker images
<none>
docker rmi <IMAGE_ID>
du -d 1 -h /docker/aufs/diff/