[
https://issues.redhat.com/browse/WFLY-14434?page=com.atlassian.jira.plugi...
]
Paul Ferraro commented on WFLY-14434:
-------------------------------------
The 18.0.x branch has not been active for over a year. If your environment genuinely has
that much inflexibility, you really ought to consider using EAP 7.3 (which is based on
WF18) where the support window is measured in years, rather than months; and the following
issues are already addressed.
If you are willing to manage patching WF18 yourself, look to these jiras:
https://issues.redhat.com/browse/WFLY-12937
https://issues.redhat.com/browse/WFLY-12938
https://issues.redhat.com/browse/WFLY-12939
https://issues.redhat.com/browse/WFLY-13998 (affects ATTRIBUTE granularity)
Heap usage continuously growing and exhausting available heap memory
in production
----------------------------------------------------------------------------------
Key: WFLY-14434
URL:
https://issues.redhat.com/browse/WFLY-14434
Project: WildFly
Issue Type: Bug
Components: Clustering
Reporter: Manas Panda
Assignee: Paul Ferraro
Priority: Major
Attachments: Heap_Size_keeps_increasing.jpg, Heap_dump_analysis_1.jpg
# Problem description:
Critical issue of heap usage continuously growing and exhausting available heap memory
in production. As you can see in below heap dump
org.infinispan.container.impl.DefaultDataContainer is growing as the time passes and not
garbage collected by GC. This increase in heap happening after upgrading from Wildfly 10.1
to Wildfly 18.0.1. There is no change in JDK in both cases ( Wildfly 10.1 and Wildfly
18.0.1).
2. Web application environment
* OS: RHEL 7.5
* Wildfly 18.0.1
* JDK 1.8
* Wildfly is being run in cluster mode
* Integrated with Keycloak 3.4.3 for SSO ( SAML)
* Enabled Wildfly clustering mode
* G1GC garbage collector used. And 20gigs of heap allocated ( -Xmx)
* Environment of Web App on Wildfly 10.1 is same ( except Wildfly 18) with same
hardware
* Web application uses Spring web framework and security
3. Heap dump analysis
* We have few web users logging in and every second and external application consuming
few API’s exposed by same application.
* As you can see infinispan.container.impl.DefaultDataContainer Has already grown
14gigs.
* Please note that web application does not use infinispan directly.
* The heap does not grow in wildfly 10.1 and its normal ( garbage gets collected and
size gets reduced after GC)
Please find the snapshot as attached.
--
This message was sent by Atlassian Jira
(v8.13.1#813001)