Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
多次部署给我带来了permgen out of memory问题。我认为给出这个问题的类加载器TomcatInstrumentableClassLoader被spring用于加载时间编织。
permgen out of memory
TomcatInstrumentableClassLoader
有没有其他人遇到过这个类加载器坚持类而不告诉垃圾收集器做它的工作的问题?
我能做些什么来避免这个问题吗?