Added drop caches maintenance scripts

This commit is contained in:
Felipe Martín 2013-05-23 12:28:46 +02:00
parent 6016bb571c
commit 85aca4ae39
2 changed files with 4 additions and 1 deletions

View File

@ -43,4 +43,5 @@ su - app -c "echo 'source .environment' > .bash_profile"
# Reminders
echo "[REMEMBER!]"
echo " - Create ssh keypair for the server."
echo " - Create ssh keypair for the app user."
echo " - Configure sudo to let app user execute the maintenance scripts."

View File

@ -0,0 +1,2 @@
#!/bin/bash
echo 3 > /proc/sys/vm/drop_caches