Created
December 20, 2017 08:11
-
-
Save itayw/50e698317dbfe7f76cbc1490c358ac17 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
If Echo runs out of available system or data space, the following actions should be taken into considerations. | |
# System is out of space | |
- Isolate the loaded folder on disk via `du -h` | |
- Usually the folder at `/var/lib/docker` will be packed | |
# Data disk running out of space | |
- This is usually do to a failure with `echo-data-retention` | |
- Check the logs for retention via `docker-compose logs -f --tail 200 retention` | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment