Simply switch it around
This commit is contained in:
parent
13145578d7
commit
d217fe6969
1 changed files with 5 additions and 5 deletions
|
@ -25,17 +25,17 @@ MCSD_CLEAN_LOGS=true
|
||||||
#################
|
#################
|
||||||
# Memory limits #
|
# Memory limits #
|
||||||
#################
|
#################
|
||||||
# MEMORY_MIN
|
|
||||||
## The minimum amount of memory Minecraft uses
|
|
||||||
## Set this to $MCSD_MEMORY_MAX if you want maximum performance
|
|
||||||
MCSD_MEMORY_MIN=2048M
|
|
||||||
|
|
||||||
# MEMORY_MAX
|
# MEMORY_MAX
|
||||||
## The maximum amount of memory Minecraft should use
|
## The maximum amount of memory Minecraft should use
|
||||||
## Note: The java process WILL use more memory than you specify here,
|
## Note: The java process WILL use more memory than you specify here,
|
||||||
## as the JVM does not include itself in this limit here.
|
## as the JVM does not include itself in this limit here.
|
||||||
MCSD_MEMORY_MAX=2048M
|
MCSD_MEMORY_MAX=2048M
|
||||||
|
|
||||||
|
# MEMORY_MIN
|
||||||
|
## The minimum amount of memory Minecraft uses
|
||||||
|
## Set this to $MCSD_MEMORY_MAX if you want maximum performance
|
||||||
|
MCSD_MEMORY_MIN=2048M
|
||||||
|
|
||||||
########
|
########
|
||||||
# Java #
|
# Java #
|
||||||
########
|
########
|
||||||
|
|
Loading…
Reference in a new issue