Home > Back-end >  Memory leak problem, please help to see attached dump analysis diagram
Memory leak problem, please help to see attached dump analysis diagram

Time:03-19

CodePudding user response:

Found the problem, but just don't know from which direction analysis code, can give a general idea, what it will be because the cause?

CodePudding user response:

By the "org. Apache. Catalina. Loader. ParallelWebappClassLoader @ 0 xc00bca88" loaded "org.apache.com mons. Pool2. Impl. GenericObjectPool" an instance of the occupied 241935856 bytes (69.67%), within the "& lt; The system class loader & gt;" Loaded "Java. Util. Concurrent. ConcurrentHashMap $Node []" an instance of the accumulation,

CodePudding user response:

I checked the org.apache.com mons. Pool2. Impl. This should be related to redis GenericObjectPool bag, is it because some places redis not closing? Or some of the data query Cache @ Cache also want to close this instance?

CodePudding user response:

Redis connection pool allObjects objects in the pool is burst estimated to be some place not return connection

CodePudding user response:

reference 4 floor xiongdejun response:
redis connection pool allObjects objects in the pool is burst is estimated to be some place where no return connection

Yes, I am global search and then changed, see you tomorrow
  • Related