https://issues.apache.org/bugzilla/show_bug.cgi?id=53535
Priority: P2
Bug ID: 53535
Assignee: [email protected]
Summary: Out of memory while performing ContextConfig.webConfig
Severity: normal
Classification: Unclassified
OS: All
Reporter: [email protected]
Hardware: All
Status: NEW
Version: unspecified
Component: Catalina
Product: Tomcat 7
Created attachment 29047
--> https://issues.apache.org/bugzilla/attachment.cgi?id=29047&action=edit
Suggested solution to improve ContextConfig
JavaClassCacheEntry objects are using too much memory causing eventually (all
kinds of) out of memory errors during container startup. There is no need to
save whole JavaClass in cache since only superclass name and interface names
are needed in later processing.
Suggested solution is attached.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]