In the course of processing thousands of XML files (maximum size 388kb; but 
I am doing a lot of operations with zippers) I got this message:
OutOfMemoryError GC overhead limit exceeded 
 com.sun.org.apache.xerces.internal.xni.XMLString.toString

I can process about 2,100 before that pops up.  I set up a transducer 
sequence and I can run count over 2100 of the seq "(count (take 2100 
requirement-seq))" without triggering the error; but much more and I get 
that Garbage Collector message.  If it's just the garbage collector, I'd 
think it should be able to stop between processing elements in the sequence 
and do it's thing.

Does this message sometimes present because the non-garbage data is getting 
too big?

Best,
Nathan




-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to