Okay, is this how my user_jvm_args.txt should look like
# 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
because it's currently saying: Memory Use: 2000 mb (27% free)
what does this mean? that...27% of the allocated memory is free or? Becauseif 2GB are used and 25% is free...that means 75% is taken. If 2000 MB is 75%, then the 25% left are 666MB, which means the total allocated is 2666 MB...am I understanding this wrong?