https://issues.apache.org/bugzilla/show_bug.cgi?id=53535
Priority: P2 Bug ID: 53535 Assignee: dev@tomcat.apache.org Summary: Out of memory while performing ContextConfig.webConfig Severity: normal Classification: Unclassified OS: All Reporter: c_ig...@yahoo.co.uk 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: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org