Skip to main content

All Questions

0 votes
1 answer
604 views

Minecraft EXCEPTION_ACCES_VIOLATION

For a long time, I've been playing Minecraft fine. But after I tried to connect to a locally hosted and modded server of a friend of mine (Using Evolve http://evolvehq.com), I haven't been able to ...
Jeroen's user avatar
  • 7
4 votes
1 answer
5k views

How to limit a Java process to a certain amount of RAM?

I am trying to limit Minecraft to a certain amount of memory. To that end, I start it from a batch file with the following line: javaw -Xms256M -Xmx256M -cp Minecraft.exe net.minecraft.LauncherFrame ...
AngryHacker's user avatar
  • 18.8k