question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

What i did / Steps to reproduce

I installed latest build on my survival server with papermc.

Expected result

Plugin would work normally as long as server stays on.

Actual result

I have monitored my server ram usage and looks like BlueMap latest build 1.7.2 has memoryleak somewhere or badly stored variable. Server itself uses 5Gb of ram in avarage and when I enable BlueMap and keep server running for like 6 hours, ram usage climps up to 16Gb which is maxium of my server and when I use PlugMan to unload BlueMap, ram usage drops back to 5Gb.

Context

BlueMap Version:
BlueMap-1.7.2-spigot

Server os: linux Java version: Java 17 Server software: Paper (paper-1.18-63)

I use default configs, only webserver port changed

Also there is screenshot when I unloaded BlueMap using PlugMan unknown Example of crashreport: crash-2021-12-09_16.44.36-server.txt n

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:20 (10 by maintainers)

github_iconTop GitHub Comments

2reactions
videosambocommented, Dec 13, 2021

I will try to redownload latest build just to check that current one isn’t corrupted or something idk

1reaction
videosambocommented, Jan 9, 2022

@videosambo any news on this? If you still have this issue, please reopen it with a heap-dump of your server. You can create one using /paper heap 😃

I am now im army so I have been quiet. I replacee bluemap jar and now no crashes. So problem was propably corrupted jar

Read more comments on GitHub >

github_iconTop Results From Across the Web

Memory leak - Wikipedia
In computer science, a memory leak is a type of resource leak that occurs when a computer program incorrectly manages memory allocations in...
Read more >
What is Memory Leak? How can we avoid? - GeeksforGeeks
Memory leak occurs when programmers create a memory in heap and forget to delete it. The consequences of memory leak is that it...
Read more >
Definition of memory leak - PCMag
When memory is allocated, but not deallocated, a memory leak occurs (the memory has leaked out of the computer). If too many memory...
Read more >
Memory leak - OWASP Foundation
A memory leak is an unintentional form of memory consumption whereby the developer fails to free an allocated block of memory when no...
Read more >
Memory Leaks and Garbage Collection | Computerworld
DEFINITION A memory leak is the gradual deterioration of system performance that occurs over time as the result of the fragmentation of a...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found