This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
So, my minecraft runs really slow so I have dedicated 5 ram to it, its fast everything is ok but then I notice this other thing in the JVM arguments can anyone help me out on finding out what it means? - http://prntscr.com/7yluww
It's the size of the new object space. It is intensively garbage collected so you do not want it to be too large.
Mostly you should just leave it alone.
Note that increasing memory is unlikely to help with performance issues which are more likely related to GPU performance.
So, my minecraft runs really slow so I have dedicated 5 ram to it, its fast everything is ok but then I notice this other thing in the JVM arguments can anyone help me out on finding out what it means? - http://prntscr.com/7yluww
It's the size of the new object space. It is intensively garbage collected so you do not want it to be too large.
Mostly you should just leave it alone.
Note that increasing memory is unlikely to help with performance issues which are more likely related to GPU performance.