Skip to content

Commit

Permalink
chore: add notes for disk full issues on Mac OS (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishb authored Aug 12, 2024
1 parent 3b0f5af commit 909c4e9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions _bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ alias start_web_server='echo Starting webserver at http://$(ipconfig getifaddr e
alias docker_image_size_mac='Docker image size:" "$(du -shc ~/Library/Containers/com.docker.docker/ | tail -n 1 | cut -f1)'
alias docker_cache_size='du -shc /Users/ashishb/Library/Containers/com.docker.docker/Data/vms/0/data/Docker.raw'

# Other MacOS directories to look at when disk is full
# ~/Library/Caches
# ~/Library/Caches/JetBrains/ - this contains lots of stray IntelliJ installations
# ~/Library/Logs

# export JAVA_HOME=$(/usr/libexec/java_home -v1.8)
# export JAVA_HOME=$(/usr/libexec/java_home -v12)

Expand Down

0 comments on commit 909c4e9

Please sign in to comment.