Skip to content
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

Expert Java not responding #1285

Closed
rjzvara opened this issue Jul 26, 2019 · 7 comments
Closed

Expert Java not responding #1285

rjzvara opened this issue Jul 26, 2019 · 7 comments

Comments

@rjzvara
Copy link

rjzvara commented Jul 26, 2019

Modpack version
Expert 1.65d

Can the issue be reproduced?
unknown

Logs
https://pastebin.com/Y1Fa42R3

Issue
game seems to hang and checking network I/O waiting a sub thread seems to be stuck then java usually crashing within a few a seconds

@rjzvara
Copy link
Author

rjzvara commented Jul 26, 2019

and it is usually when im moving and jumping alot

@Frikkle
Copy link

Frikkle commented Jul 26, 2019

You provided a (part of) your latest.log file it seems. Does that mean that no crash-report was created by the server?

Additionally, in the log file you provided I see this Memory: 4619MB total, 1382MB free. The Expert pack needs a minimum of 6G ram to properly run.

If there was no crash-report generated this matches the not enough memory suspicion. When a minecraft server runs out of resources it tries to shut down gracefully.

Could you:

  • confirm that you're running the server with enough RAM assigned?
  • provide a crash-report

@Frikkle Frikkle added the Status: Awaiting Information Waiting for additional information label Jul 26, 2019
@rjzvara
Copy link
Author

rjzvara commented Jul 26, 2019

in the twitch launcher under java settings i have this Java Settings
Java Version 1.8.0.221 64-bit

Allocated Memory
Allocated: 8192 MB

Additional Arguments
-Xms64M

@no-response no-response bot removed the Status: Awaiting Information Waiting for additional information label Jul 26, 2019
@rjzvara
Copy link
Author

rjzvara commented Jul 26, 2019

also i am playing in single-player

@NielsPilgaard
Copy link
Collaborator

I recommend you remove those additional arguments, and add these: -version:1.8+ -XX:+UseG1GC -Dsun.rmi.dgc.server.gcInterval=2147483646 -XX:+UnlockExperimentalVMOptions -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M

@NielsPilgaard NielsPilgaard added the Status: Awaiting Information Waiting for additional information label Jul 26, 2019
@NielsPilgaard
Copy link
Collaborator

Please let me know if changing that helps :)

@rjzvara
Copy link
Author

rjzvara commented Jul 26, 2019

games seems to run fine now i dont know if it will pop up again

@no-response no-response bot removed the Status: Awaiting Information Waiting for additional information label Jul 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants