Alberto Ivo wrote:
> Hello,
> 
> I'm here again to ask some help. I can now generate my XML file, very 
> nice, but when the file becomes very big, I got the error: 
> /java.lang.OutOfMemoryError: Java heap space/. How can I fix this? There 
> is a limit for the XML File size?
> 
> Thanks a lot.
> 
> 
        Define "very big". There is a limit of the size of the XML file, based 
upon the memory size.

        By default the JVM starts with a 64Mb heap. You can increase this by 
using a -Xmx128m or -Xmx256m as part of the java command line (or the 
java webstart settings) to increase the memory allocated to the JVM.

        
-- 
        Thomas Jones-Low            Softstart Services Inc.
        [EMAIL PROTECTED]      JobScheduler for Oracle
        Ph: 802-398-1012            http://www.softstart.com

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
jibx-users mailing list
jibx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to