Bhupesh, how exatcly did you fix you error? I've already did everything I
could, looking for loops and stuff... but didn't find anything.


On Mon, Dec 1, 2008 at 3:08 PM, Bhupesh K. Chowdary <[EMAIL PROTECTED]>wrote:

> I got the same error long back with 17 MB of data, but I strongly belive it
> is not JiBX-related,
>
> May be the reason is when you are converting Doamin obj to DTO there might
> be a slight casting exception,
>
> Thnaks
>
>
>
>
>
> On Mon, Dec 1, 2008 at 9:37 AM, Thomas Jones-Low <[EMAIL PROTECTED]>wrote:
>
>> 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
>>
>
>
> -------------------------------------------------------------------------
> 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
>
>


-- 
Alberto Ivo Vieira
-------------------------------------------------------------------------
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