Memory leak
Closed this issue ยท 2 comments
Should be resolved in the latest version, which you can get here: https://luckperms.github.io/
Players are still used as cache keys, but the records expire, or are invalidated when the player quits.
The previous implementation (and presumably the one you're using) used weak references, which should also have been sufficient.
My guess is that you have some other plugin holding onto the references and preventing them from being GCed.