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

[Crash]: out of memory crash log #2050

Open
Omega9900 opened this issue Sep 15, 2024 · 3 comments
Open

[Crash]: out of memory crash log #2050

Omega9900 opened this issue Sep 15, 2024 · 3 comments
Labels
Crash Game Crash

Comments

@Omega9900
Copy link

Possible Fixes

Yes

Modpack Version

0.3.2

What happened?

i get out of memory crash after 2 or 3 hr play time and if i use shader its after 15 to 30 min after playing

Crash Log

https://gist.github.com/Omega9900/52f35fd00bdb1f0b82f569884d8f0711

Latest.Log

No response

@Omega9900 Omega9900 added the Crash Game Crash label Sep 15, 2024
@Sl0ter
Copy link

Sl0ter commented Sep 16, 2024

how much GB did you give Minecraft?

@figgiee
Copy link

figgiee commented Sep 18, 2024

You allocated too much RAM either through your client or through java arguments.

"-Xmx16480m" Change this to "-Xmx8192m" or "-Xmx10240m"
After playing enough time the Java Arguments you have are likely bloating up your memory causing you to crash. A lot of java arguments that are recommended use aggressive garbage collection which isn't needed.

Just remove all the java arguments and allocate the proper amount of 8GB-12GB

I have a similar setup, and 8GB allocated runs fine with shaders

@Omega9900
Copy link
Author

Omega9900 commented Sep 18, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Crash Game Crash
Projects
None yet
Development

No branches or pull requests

3 participants