diff --git a/scripts/clean.sh b/scripts/clean.sh index 8543194..a0bc9f1 100755 --- a/scripts/clean.sh +++ b/scripts/clean.sh @@ -1,5 +1,6 @@ # Need to run this once in a while # go clean -cache -testcache -modcache -fuzzcache -x -# sudo cargo +nightly clean gc -Z gc --max-download-age=1day +# sudo cargo +nightly clean gc -Z gc --max-download-age=1hour # uv cache clean +# docker system prune --all --force --volumes # sudo truncate -s 0 /private/var/log/ovpnagent.log