Another thing I would check to narrow down the problem is whether it's a particular DSpace webapp that causes the crash. I.e. try restarting Tomcat with all but one of the following contexts deployed (ignore any contexts you don't have deployed) and then repeat for all others: xmlui, jspui, oai, lni, sword, swordv2.
One attempt at an actual solution: try changing which garbage collector is used. This is done using the -XX parameter to $JAVA_OPTS in Tomcat environment. Try e.g. this one: -XX:+UseSerialGC Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette ------------------------------------------------------------------------------ Introducing Performance Central, a new site from SourceForge and AppDynamics. Performance Central is your source for news, insights, analysis and resources for efficient Application Performance Management. Visit us today! http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

