I seem to be having an issue with vanilla MC. I'll be building away, no massive amounts of TNT, (which my PC should be able to handle) and suddenly minecraft crashes, claiming it's run out of memory. What can I do?
How to check ? My System-Settings only tells me "Java" ... before it was "Java 32-bit" but worked fine as well....
now I added "-Xincgc -Xmx2048M" to the java parameters but I still got about 910 MB. But as you see I gave him really much more ;D I only want to know why it happen and why it run smooth before
Open a Command Prompt and enter:
java -version
Also, you've got the capitalization wrong... it must be accurate upper/lowercase. In your example, the final "M" must be lowercase.
Also, take out that "-Xincgc". Try this instead:
-Xmx2048m -Xms30m
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
PC Specs:
Running 32 bit java on a 64 bit system will result in the out of memory error.
Open a Command Prompt and enter:
java -version
Also, you've got the capitalization wrong... it must be accurate upper/lowercase. In your example, the final "M" must be lowercase.
Also, take out that "-Xincgc". Try this instead:
-Xmx2048m -Xms30m