My friend has an issue with a modded minecraft client. Minecraft works fine when unmodded, but when he attempts to log onto a modded server even though he has all the mods, it gives him an out of memory error. He has 4gb of ram and has used the RAM allocation to Minecraft in his java, but the issue is very puzzling. Does anyone have any ideas?
out of memory can only happen if you dont have this line on Java argument or JVE arguement said line is -XX:PermSize=256M this gives your minecraft better memory access to Java memory permissions you can increase it to 512M if needed rarely would you actually do this really but 128M will be the standard on modded clients having 50+ mods
out of memory can only happen if you dont have this line on Java argument or JVE arguement said line is -XX:PermSize=256M this gives your minecraft better memory access to Java memory permissions you can increase it to 512M if needed rarely would you actually do this really but 128M will be the standard on modded clients having 50+ mods
We have already set JVE to allocate 512M to Minecraft, but it didn't seem to do the trick.
We have already set JVE to allocate 512M to Minecraft, but it didn't seem to do the trick.
and the JVE parameters used i would expect the same line as
-Xms2G -Xmx2G -XX:PermSize=256m