If you add '-Xmx 1024m' before '-jar' it should help a lot. By default Java restricts it's self to ~64MB of memory the above tells java it can use up to ~1Gb of memory.
Hi thomas, It did work that way. You are really my life savior. Good day -- View this message in context: http://www.nabble.com/any-quick-fix-on-java.lang.OutOfMemoryError%3A-Java-heap-space--tf3540394.html#a9892859 Sent from the Batik - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
