Hey Sebastien, > Hi, > > There is a memory leak in EnterpriseInstanceCache: m_lockMap > only grows, > after 10 minutes I have 10000 CacheKeys and mutexes in memory. > > I think we should remove the id/mutex association once the > bean has been > passivated. Maybe call removeLock(id) around > EnterpriseInstanceCache:385? Yes, as you suggested it'll read: ... passivate(ctx); executed(); removeLock(id); freeContext(ctx); ... Thanks, Simon
- [jBoss-Dev] Memory leak in cache Sebastien Alborini
- Re: [jBoss-Dev] Memory leak in cache Bordet, Simone
- Re: [jBoss-Dev] Memory leak in cache Sebastien Alborini
- RE: [jBoss-Dev] Memory leak in cache marc fleury
