3 # Alias: Use a ramdisk for temporary files
5 # This settings decides, wether this site uses a ramdisk for
6 # temporary files. Using a ramdisk reduces disk IO produced
7 # during monitoring dramatically. It is highly recommended to
8 # leave this option enabled. Only disable this if you really
16 echo "on: Use a ramdisk for temporary files"
17 echo "off: Do not use a ramdisk within this site"
20 # Unmount the tmpfs when it was mounted before
21 if [ "$2" == "off" ]; then