Create user_jvm_args.txt
This commit is contained in:
parent
d328f925e0
commit
192693fdc8
1 changed files with 9 additions and 0 deletions
9
.github/buildtools/serverpack/user_jvm_args.txt
vendored
Normal file
9
.github/buildtools/serverpack/user_jvm_args.txt
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# Xmx and Xms set the maximum and minimum RAM usage, respectively.
|
||||
# They can take any number, followed by an M or a G.
|
||||
# M means Megabyte, G means Gigabyte.
|
||||
# For example, to set the maximum to 3GB: -Xmx3G
|
||||
# To set the minimum to 2.5GB: -Xms2500M
|
||||
|
||||
# A good default for a modded server is 4GB.
|
||||
# Uncomment the next line to set it.
|
||||
# -Xmx4G
|
||||
Loading…
Add table
Add a link
Reference in a new issue