Проблема с утечкой памяти в weblogic - PullRequest
0 голосов
/ 12 февраля 2020

У нас проблема утечки памяти. При анализе дампа кучи (6 часов использования приложения) с помощью анализатора Eclipse Memory мы имеем следующий стек:

#Problem suspect 1
    170 000 instances of "org.eclipse.persistence.oxm.XMLDescriptor", loaded by "sun.misc.Launcher$AppClassLoader @ 0x6c000d440" occupy 708 287 296 (30,02 %) bytes. These instances are referenced from one instance of "java.util.concurrent.ConcurrentHashMap$Node[]", loaded by "<system class loader>".  
#Keywords of the issue: java.util.concurrent.ConcurrentHashMap$Node[]
    org.eclipse.persistence.oxm.XMLDescriptor
    sun.misc.Launcher$AppClassLoader @ 0x6c000d440
...