diff --git a/clean_repo.sh b/clean_repo.sh new file mode 100644 index 0000000..50a7fa1 --- /dev/null +++ b/clean_repo.sh @@ -0,0 +1,5 @@ +# 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