From 3feac1663d6d9d254e7f4eb184aa705a52b60fa2 Mon Sep 17 00:00:00 2001 From: Darren 'Tadgy' Austin Date: Sat, 23 May 2026 23:32:15 +0100 Subject: [PATCH] Add small script to drop caches, to be used before mirroring. --- drop-caches | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 drop-caches diff --git a/drop-caches b/drop-caches new file mode 100755 index 0000000..c6f10e6 --- /dev/null +++ b/drop-caches @@ -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