LuckPerms

LuckPerms

41.4k Downloads

Large memory usage for LPSubscriptionMap

Scarsz opened this issue ยท 1 comments

commented

Hey there, on our live server (Paper) LuckPerms is using 400MB for a map and it's entries, something related to subscriptions. Is this a normal amount of usage?

Memory usage

commented

Uhh no, that doesn't seem normal.

LPSubscriptionMap is just a replacement for a map already in the Bukkit PluginManager instance, with a few changes to make it faster, and work properly with the way LP handles subscriptions.

Soo, most likely another plugin doing something silly.

I've pushed this c0cd197 change to ensure players can't get added (since LP handles those separately)