Test 1 : under Eclipse args : -vmargs -Xms1024m -Xmx1024m -XX:MaxPermSize=512m Result : FAILED
Test 2 : command line args : -Xms1024m -Xmx1024m Result : SUCCESS So it really sounds like a memory problem and I have to fine tuning my JVM to resolve it. Batik Transcoders are huge memory consumers ;) I do not know how everything will work within a webapp ... Maybe Batik-Transcoders should be rewritten to avoid this. Guillaume On 9/26/07, Cameron McCormack <[EMAIL PROTECTED]> wrote: > > Archie Cobbs: > > This sounds somewhat similar to a bug I reported a while back: > > > > http://issues.apache.org/bugzilla/show_bug.cgi?id=40091 > > > > I added a comment to that bug pointing to this thread. > > Actually it reminded me of this bug I was looking at yesterday: > > http://issues.apache.org/bugzilla/show_bug.cgi?id=40450 > > Guillaume, if you increase the memory available to the JVM (with a -Xmx > command line option) does the problem go away? > > -- > Cameron McCormack, http://mcc.id.au/ > xmpp:[EMAIL PROTECTED] ▪ ICQ 26955922 ▪ MSN [EMAIL PROTECTED] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
