Add small script to drop caches, to be used before mirroring.
This commit is contained in:
parent
82d3b7fccb
commit
3feac1663d
1 changed files with 4 additions and 0 deletions
4
drop-caches
Executable file
4
drop-caches
Executable 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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue