So I am trying to increase the amount of RAM that minecraft is able to use but instead of the normal JVM arguments I see in tutorials mine looks like this:
I wish I knew, went to change my JVM argument and it was like that, don't know when it changed to that.
This is in the Edit Profile window in the official launcher, right?
Then just remove all those args, and allocate more memory with -Xmx2G or whatever you want.
-Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
I am not able to edit the Xmx1G without minecraft crashing and when I try to edit it to another argument it will just re open the launcher.
I have tried changing the JVM argument to just -Xmx1G and it gives me the same error
If someone could help that would be great, thank you!
This is in the Edit Profile window in the official launcher, right?
Then just remove all those args, and allocate more memory with -Xmx2G or whatever you want.