[
https://issues.jboss.org/browse/WFCORE-2927?page=com.atlassian.jira.plugi...
]
Brian Stansberry updated WFCORE-2927:
-------------------------------------
Summary: Cut the number of java.util.RegularEnumSet used for attribute and operation
flags and ModelTypeValidators (was: Cut the number of java.util.RegularEnumSet used for
attribute and operation flags)
Cut the number of java.util.RegularEnumSet used for attribute and
operation flags and ModelTypeValidators
---------------------------------------------------------------------------------------------------------
Key: WFCORE-2927
URL:
https://issues.jboss.org/browse/WFCORE-2927
Project: WildFly Core
Issue Type: Enhancement
Components: Domain Management
Reporter: Brian Stansberry
Assignee: Brian Stansberry
A heap dump of full wildfly standalone-full-ha shows > 14K enum sets with retained
heap of over 566K. The bulk of these are for attribute or operation definitions.
The vast majority of these contain the same few combinations of elements, so AD / OD
should detect and use a single instance of these.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)