Skip to content

Commit

Permalink
what is taking up space?
Browse files Browse the repository at this point in the history
  • Loading branch information
maxjakob committed Feb 12, 2024
1 parent 1523715 commit 7c8e0c7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion bin/nbtest
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ if [[ "$PATCH_ES" != "" ]]; then
$SCRIPT_DIR/../.venv/bin/pip install -qqq elasticsearch
fi

df -h

source $SCRIPT_DIR/../.venv/bin/activate
$SCRIPT_DIR/../.venv/bin/nbtest $*

Expand All @@ -28,5 +30,7 @@ echo
echo
df -h
curl -XPOST 'localhost:9200/_flush'
df -h
sleep 10
echo
df -h
du -h / | sort -h

0 comments on commit 7c8e0c7

Please sign in to comment.