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

[1.7.10] GC Crash when using pregen #18

Open
Zethalion opened this issue Sep 27, 2016 · 6 comments
Open

[1.7.10] GC Crash when using pregen #18

Zethalion opened this issue Sep 27, 2016 · 6 comments

Comments

@Zethalion
Copy link

Server crash: http://pastebin.com/MjebXSuH

The good folks of FE told me to drop unused mods but I consider yours as essential :)

@delvr
Copy link
Owner

delvr commented Sep 29, 2016

Farseek/Streams does consume a lot of memory and even more so with pregen (if that mod does what I think it does) and I've been looking at possible leaks as per #8. Meanwhile the best you could do is increase memory (google "minecraft GC overhead limit exceeded").

@Zethalion
Copy link
Author

Thanks for replying. This crash did happen with -Xms20G -Xmx20G -XX:+UseG1GC while having 24 GB RAM, I can't increase it any further. When pregen is not running and world is generated by flying around, the jvm only use about 6 GB max before a full gc runs. I can only guess generated objects survive too long before being destructed.

@delvr delvr added the 1.7.10 label Oct 21, 2016
@delvr
Copy link
Owner

delvr commented Feb 11, 2017

#8 was recently fixed - could you verify if that fix resolves this issue as well? Thanks!

@Zethalion
Copy link
Author

I will look into it this week.

@delvr
Copy link
Owner

delvr commented Jun 16, 2017

Hi Zethalion, were you able to confirm if this still occurs? There's a new Streams 0.3 update that might also have helped.

If this still occurs, could you provide more details on which pregen tool and commands you were using?

Note that this might be related to another pre-gen issue: delvr/Streams#24

@Zethalion
Copy link
Author

I haven't been using pregen recently but I'll give it a go soon.

The pregen tool I use is integrated in ForgeEssentials. I tried other pregen tools but FE is compatible with nearly every mod.

I use it setting a worldborder and then pregen the dimension.

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

No branches or pull requests

2 participants