Set the default ramdisk mount point.

I had left it blank to disable it by default, but this will be the
correct location for most operating systems I think.
This commit is contained in:
Marcus Whybrow 2012-05-30 18:24:08 +01:00
parent fff509e91f
commit 6a0eedeb35

View File

@ -22,7 +22,7 @@ JAR_STORAGE_PATH="/opt/msm/jars"
# This needs to be a path located inside the mounted ramdisk for your system
# under Ubuntu this would be "/dev/shm", so "/dev/shm/msm" would be a good
# location. If left blank RAM disk will not be used.
RAMDISK_STORAGE_PATH=""
RAMDISK_STORAGE_PATH="/dev/shm/msm"
# Quick IMPORTANT note: