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、ロード時間の織り込みのためにスプリングによって使用されます。
permgen out of memory
TomcatInstrumentableClassLoader
このクラスローダーがクラスを保持し、ガベージコレクターにその仕事をするように言わないというこの問題に直面した人はいますか?
この問題を回避するためにできることはありますか?