I've seen some tutorials online about how to do this, but they all talk about a line that says "-Xmx ##" and "-Xms ##". then changing the numbers to change the allocated RAM.
But when I go into my launcher, it says "-Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M".
There is no Xms line, and I don't know what all the other crap is for.
Since my research tells me Xmx is maximum RAM, i went ahead and changed that number. But I'm not really noticing a difference. And since I increased it to 4 gigs, i think I should be...
What am I missing? Where did "Xms" go? what's "Xmn"? is it safe to change it? do i need to change it?
But when I go into my launcher, it says "-Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M".
There is no Xms line, and I don't know what all the other crap is for.
Since my research tells me Xmx is maximum RAM, i went ahead and changed that number. But I'm not really noticing a difference. And since I increased it to 4 gigs, i think I should be...
What am I missing? Where did "Xms" go? what's "Xmn"? is it safe to change it? do i need to change it?
"-Xmx#G -Xms#G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M"
Will work just fine.