mirror of https://github.com/vacp2p/wakurtosis.git
Added clean_repo, p_run and p_analasys scripts
This commit is contained in:
parent
6fc90e523a
commit
9d797b639c
|
@ -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
|
Loading…
Reference in New Issue