-
-
Notifications
You must be signed in to change notification settings - Fork 680
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Server crash error Could not translate packet MovePlayerPacket and java.lang.OutOfMemoryError: Java heap space #2540
Comments
Can you upload a complete log? |
I deleted a file and can't recover it. I keep only the error messages. T_T |
Camotoy
added a commit
that referenced
this issue
Sep 22, 2021
See #2540 - not confirmed to be resolved as we weren't able to replicate a cause for this issue but this solved the issue from artifically invoking it.
davchoo
added a commit
to davchoo/Geyser
that referenced
this issue
Sep 22, 2021
This avoids ArrayList allocations and GeyserMC#2540.
This should be fixed in the latest builds. |
davchoo
added a commit
to davchoo/Geyser
that referenced
this issue
Sep 23, 2021
This avoids ArrayList allocations and GeyserMC#2540.
Merged
Camotoy
pushed a commit
that referenced
this issue
Sep 26, 2021
This avoids ArrayList allocations and #2540.
Seeing how we have fixed the root issue and there have been no further reports, I'm going to close this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
To Reproduce
I still don't know how to Reproduce. But it's been like this twice already.
Expected behaviour
Use Java adoptopenjdk jdk-16.0.2+7 and use Using Aikar's flags
-Xms2G -Xmx2G -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1 -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:InitiatingHeapOccupancyPercent=15 -Dfile.encoding=UTF-8 -Dusing.aikars.flags=https://mcflags.emc.gs -Daikars.new.flags=true -jar SSCord nogui
Screenshots / Videos
No response
Server Version and Plugins
No response
Geyser Dump
https://dump.geysermc.org/hhfI2NIK1niHEooF9qnjLKHAbwLUVcfW
Geyser Version
1.4.3-SNAPSHOT (git-master-65ac6b7)
Minecraft: Bedrock Edition Version
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: