Comment alterations in msm.conf

This commit is contained in:
Marcus Whybrow 2012-07-05 17:52:41 +01:00
parent 301c49d23c
commit 2352321cf0

View File

@ -42,7 +42,7 @@ RAMDISK_STORAGE_PATH="/dev/shm/msm"
#
# If you want protection for disk failure also, be sure to spcify paths to a
# separate disk. This can be achieved by mounting an external hard drive, or
# a NAS and put the following paths in there.
# a NAS and locating the following paths there.
# Where "WorldEdit snapshot" compatible world backups are stored.
@ -69,7 +69,7 @@ BACKUP_ARCHIVE_PATH="/opt/msm/archives/backups"
DEFAULT_SERVER_USER="minecraft"
# The name under which to run a servers screen session, each is made unique
# by featuring the {SERVER_NAME} tag.
# by including the {SERVER_NAME} tag.
DEFAULT_SCREEN_NAME="msm-{SERVER_NAME}"
# A directory name relative to the server directory where worlds are stored
@ -82,7 +82,9 @@ DEFAULT_WORLD_STORAGE_INACTIVE_PATH="worldstorage_inactive"
# "true" and symlinks are followed when performing a complete backup,
# "false" and symlinks are replaced in the zip with a file containing the
# path to the original symlink larget, this saves space.
# path to the original symlink larget.
# Setting this to false is useful if symlinks point to files that will
# already be included in the backup (such as world symlinks.)
DEFAULT_COMPLETE_BACKUP_FOLLOW_SYMLINKS="false"
@ -107,8 +109,8 @@ DEFAULT_RAM="1024"
# {RAM} - Gets replaced with the amount of RAM specified for the server
# {JAR} - Gets replaced with the location of the jar file for the server
#
# Hard coding values here (not using {MEMORY} and {JAR} tags) will result in
# all servers using the values.
# Hard coding values here (not using {MEMORY} and {JAR} tags) will prevent
# servers from individually overriding those values.
DEFAULT_INVOCATION="java -Xms{RAM}M -Xmx{RAM}M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalPacing -XX:+AggressiveOpts -jar {JAR} nogui"