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

memory leaks on server #32

Open
3 tasks done
jitterdev opened this issue Apr 8, 2023 · 3 comments
Open
3 tasks done

memory leaks on server #32

jitterdev opened this issue Apr 8, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@jitterdev
Copy link

jitterdev commented Apr 8, 2023

Describe the bug
server leaks memory rapidly

To Reproduce
Steps to reproduce the behavior:

  1. ???
  2. memory leak
  3. server runs out of memory and crashes

Expected behavior
server doesnt memory leak

Runtime info (please complete the following information):

  • OS: Linux (amd64) version 4.15.0-208-generic
  • Minecraft version: 1.19.2
  • Mod version: (Fabric) 0.1.0+alpha.5.66
  • Mod branch: N/A

Crash reports / logs
https://mclo.gs/VTt6fzi (log)
https://mclo.gs/6qJJBOq (crash report)

Other mods
check the crash report above

Checklist

  • I am using the official version of the mod.

^ testing this atm, not sure if it fixed anything yet though

  • I tried the latest development version but the issue persists.

^ testing this atm, not sure if it fixed anything yet though

  • I searched for similar open issues and could not find an existing bug report on this.

Additional context
spark heap summary https://spark.lucko.me/5CQALSqQXO

line 9290 of the log seems to be of signifigance here

@jitterdev jitterdev added the bug Something isn't working label Apr 8, 2023
@jitterdev
Copy link
Author

still seems to happen on the latest build https://mclo.gs/LBVKLHF

@ishland
Copy link
Contributor

ishland commented Apr 9, 2023

The memory leak appears to be coming from something else. Try removing bluemap and see if it still happens.
If you still doubt its raknetify then add -XX:+HeapDumpOnOutOfMemoryError to the jvm flags and provide the .hprof file generated if it still happens.

@ishland
Copy link
Contributor

ishland commented Apr 9, 2023

still seems to happen on the latest build https://mclo.gs/LBVKLHF

This does not indicate an out of memory and is running completely normal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants