It was obviously a bug in the Xerces SAX parser bundled with JDK 1.6.0_24 I was using. When the SAX parser was reused, it could happen that it collected the whole XML document interally because the parser thought it would still be reading the DTD. Placing Xerces version 2.11 in the classpath or using JDK 1.7.0_01 solved the problem.
Thomas -- View this message in context: http://old.nabble.com/OutOfMemoryError-during-SVNRepository.replay%28%29-tp32672530p32694217.html Sent from the SVNKit - Users mailing list archive at Nabble.com.
