CommandHelper

CommandHelper

46.5k Downloads

Re-scanning and memory use in builds 2664+

LadyCailinBot opened this issue ยท 3 comments

commented

CMDHELPER-2938 - Reported by PseudoKnight

Ever since build 2664 it has re-scanned files it's already cached, as well as the caches themselves.

I know everyone is aware of this. This is posted for awareness and tracking. But I also noticed that it's allocating a lot more memory as a result. In my test server setup (spigot + 1 extension) it adds over ~200MB when compared to build 2663.

commented

Comment by EntityReborn

I've investigated this issue a little, an exception is being thrown, {{Exception: com.laytonsmith.PureUtilities.ClassLoading.ClassMirror.ClassMirror$ClassInfo; no valid constructor}}, in ClassDiscoveryCache:103. This was broken in commit 9448952, which lines up with build 2664 by the looks of things.

commented

Comment by PseudoKnight

The commit in build #2664 was reverted in build #2689 until this can be figured out.

commented

Comment by LadyCailin

I'm just going to leave this reverted. I really just was playing around with a few things, and tried to optimize some stuff, but this is apparently more trouble than it's worth. So I'm going to mark this as fixed, and leave the issue alone entirely.