Hi Mahesh, mahesh karanth <[EMAIL PROTECTED]> wrote on 01/05/2006 08:17:33 AM:
> For the 8th SVG image I am gett ing Out of memory exception. Message on > the console is as follows "Exception in thread "AWT-EventQueue-0" > java.lang.OutOfMemoryError: Java heap space". > > What is the problem? Uhh, Java is running out of memory. > Note:The SVG images that I am loading are 200kb to 250kb size. > Please suggest me to get out of this problem Give Java more memory... See the -Xmx command line argument. By default Java will use something pathetic like 64MB of memory. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
