You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-dev@xmlgraphics.apache.org by bu...@apache.org on 2009/02/19 15:32:55 UTC

DO NOT REPLY [Bug 44164] Squiggle runs out of memory

https://issues.apache.org/bugzilla/show_bug.cgi?id=44164


Helder Magalhães <he...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID
            Summary|Squiggle runs aout of memory|Squiggle runs out of memory




--- Comment #2 from Helder Magalhães <he...@gmail.com>  2009-02-19 06:32:53 PST ---
The default memory partition for java is ridiculously small (something like
64MB). You will need to increase the max memory size for your document to work.

Try running java with something like:
   java -Xmx1024m -jar batik-squiggle.jar

That will give java 1024 MB to work with...

Note: the above tip was adapted from a comment by Thomas Deweese in issue 43369
[1]. I've tested and, using this command line, your file renders without any
problems (a lot faster than Firefox 3, by the way). ;-)

I've used:
 - Batik: 1.8pre (revision 745535 ( https://svn.apache.org/viewcvs.cgi?view=rev&rev=745535 ))
 - Java 1.6 update 12
 - Windows XP SP3

Finally, attaching huge files and compressed files as plain text is generally a
bad idea... :-|

Marking this issue invalid, as it has nothing to do with Batik. Please reopen
if you feel like this should receive further attention.

Best regards,
 Helder Magalhães

[1] https://issues.apache.org/bugzilla/show_bug.cgi?id=43369#c3


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: batik-dev-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: batik-dev-help@xmlgraphics.apache.org