# 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.
-Xmx8G
- It switches to 4 GB if I have it at 4 GB, But any higher wont work
^^ The code,
If I edit it to that it has 2 GB of ram, But if it has the # its 4 GB, And I need it to be 8, Help.