mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Comment alterations in msm.conf
This commit is contained in:
parent
301c49d23c
commit
2352321cf0
12
msm.conf
12
msm.conf
@ -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
|
# 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
|
# 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.
|
# Where "WorldEdit snapshot" compatible world backups are stored.
|
||||||
@ -69,7 +69,7 @@ BACKUP_ARCHIVE_PATH="/opt/msm/archives/backups"
|
|||||||
DEFAULT_SERVER_USER="minecraft"
|
DEFAULT_SERVER_USER="minecraft"
|
||||||
|
|
||||||
# The name under which to run a servers screen session, each is made unique
|
# 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}"
|
DEFAULT_SCREEN_NAME="msm-{SERVER_NAME}"
|
||||||
|
|
||||||
# A directory name relative to the server directory where worlds are stored
|
# 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,
|
# "true" and symlinks are followed when performing a complete backup,
|
||||||
# "false" and symlinks are replaced in the zip with a file containing the
|
# "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"
|
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
|
# {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
|
# {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
|
# Hard coding values here (not using {MEMORY} and {JAR} tags) will prevent
|
||||||
# all servers using the values.
|
# servers from individually overriding those values.
|
||||||
DEFAULT_INVOCATION="java -Xms{RAM}M -Xmx{RAM}M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalPacing -XX:+AggressiveOpts -jar {JAR} nogui"
|
DEFAULT_INVOCATION="java -Xms{RAM}M -Xmx{RAM}M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalPacing -XX:+AggressiveOpts -jar {JAR} nogui"
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user