Add small script to drop caches, to be used before mirroring.

This commit is contained in:
Darren 'Tadgy' Austin 2026-05-23 23:32:15 +01:00
commit 3feac1663d

4
drop-caches Executable file
View file

@ -0,0 +1,4 @@
#!/bin/bash
# Used by the mirroring user to refresh the nfs cache before doing a mirroring run.
echo 3 >/proc/sys/vm/drop_caches