Re-scanning and memory use in builds 2664+
LadyCailinBot opened this issue ยท 3 comments
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.
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.
Comment by PseudoKnight
The commit in build #2664 was reverted in build #2689 until this can be figured out.