You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2002/04/29 23:03:59 UTC

DO NOT REPLY [Bug 6768] - High Xms heap settings in JVM produce org.apache.xml.dtm.DTMException: No more DTM IDs are available.

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6768>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6768

High Xms heap settings in JVM produce org.apache.xml.dtm.DTMException: No more DTM IDs are available.





------- Additional Comments From kk@kohsuke.org  2002-04-29 21:03 -------
I'm running Windows 2000, Pentium 4 with 512MB of memory.
The problem happened when I'm transforming one 100MB XML document.
I have a bunch of other documents, ranging from 10KB to 54MB, but those
works fine. This particular one (which is the biggest) is the only one
which causes the problem.

The -Xmx option was set to 768mb, and I didn't set the -Xms option.