]
Rakesh K. Cherukuri updated WFLY-4962:
--------------------------------------
Attachment: visualvm.png
test-oom.war
1. Attaching the war with a simple servlet
2. Visual VM monitor for jboss till Wildfly stops responding (because of OOME)
Wildfly runs into OOME quickly
------------------------------
Key: WFLY-4962
URL:
https://issues.jboss.org/browse/WFLY-4962
Project: WildFly
Issue Type: Bug
Components: Web (JBoss Web), Web (Undertow)
Affects Versions: 8.2.0.Final
Environment: WildFly 8.2.0.Final
Linux/Unix
jdk1.8.0_45_64bit
Reporter: Rakesh K. Cherukuri
Assignee: Remy Maucherat
Priority: Blocker
Attachments: test-oom.war, visualvm.png
Issue:
Wildfly runs into OOME with a basic servlet
Cause (possible):
Data set in request as attributes is not getting freedup. It eventually eats up heap
leading to OOME