Andreas Schaefer wrote: > Since the upgrade to the 7th draft I experience some out-of-memory errors or > stack overflow erors causing XWiki to become unresponsive. I replaced the > panels with the old version to to see if that fixes the issue. Does anyone > have an idea how to figure out what is going wrong ?
Normally, wiki content should not cause memory problems. Can you get a stacktrace of the JVM? "kill -QUIT <pid of java>" should print it in the logs. You can try to increase the maximum memory available to the JVM a bit. If nothing else works, I can profile it to see what's going on. -- Sergiu Dumitriu http://purl.org/net/sergiu/ _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

