mirror of
https://github.com/vacp2p/wakurtosis.git
synced 2026-01-09 14:58:02 -05:00
6 lines
135 B
Bash
6 lines
135 B
Bash
# Run this if Kurtosis starts to crash because the gRPC 4Mb limit.
|
|
du -h --max-depth=1 .git
|
|
git gc
|
|
git prune
|
|
du -h --max-depth=1 .git
|