You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
not a memory leak, you’re allocating too much memory for your system
Wait a minute, the cause of the crash is that I allocating too much memory for minecraft?
Unless the leak happens in native memory, it'd show up as an OutOfMemoryError or a StackOverflowError. This crash is caused by the jvm failing to find native memory to map the heap onto, in other words the size of the heap is too high for the amount of memory your system has.
Steps to reproduce
Link to crash report/log (upload to https://mclo.gs and paste resulting link here)
https://mclo.gs/7KPUSl3 (latest.log) https://mclo.gs/aSWupkL (hs_err_pid8756.log)
Meteor Version
meteor v0.5.6 1997
Minecraft Version
1.20.4
Operating System
Windows
Before submitting a crash report
This crash wasn't already reported (I have searched crash reports on GitHub).
This is a valid crash (I am able to reproduce this on the latest dev build).
The text was updated successfully, but these errors were encountered: