The FTB Forum is now read-only, and is here as an archive.
To participate in our community discussions, please join our Discord! https://ftb.team/discord
It does understand it. Oracle's own documentation shows that. I was just curious why almost no one uses it.
http://docs.oracle.com/cd/E13150_01/jrockit_jvm/jrockit/jrdocs/refman/optionX.html
-Xms
The -Xms option sets the initial and minimum Java heap size. The Java heap (the “heap”) is the...
More of a curiosity than anything else. When assigning java heap size why does everyone always right out 8192M instead of simply writing 8G? Does anyone know why it's such common practice?