mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
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:
parent
fff509e91f
commit
6a0eedeb35
2
msm.conf
2
msm.conf
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user