LuckPerms

LuckPerms

41.4k Downloads

Memory leak in bungeecord version

Sir-Will opened this issue ยท 3 comments

commented

There seems to be a memory leak in the bungeecord version with the contexts of luckperms:

LuckPerms-Bungee-4.2.12




This might be an issue in the other versions too but not noticeable because those servers restart frequently while bungeecord servers don't.

commented

I think probably related to #1005

My guess is that it's an issue with the way #weakKeys works on the cache - I can tidy this up quite a bit, and also optimise it somewhat on Bungee, since the distributed timeout pattern used on Bukkit/Nukkit/Sponge isn't effective on BungeeCord.

I haven't received any other reports of this happening (other than the one above) - but you're of course right about uptime.

commented

Going to assume this was fixed by ^

Please re-open this ticket if that's not the case :)

commented

Alright, thanks.