Hi Joshua,

I don't know why the JVM would keep these classes around, but if it happens in beta3c I'd expect the same issue with RC0/1. I'll add a note that this option should be avoided in large builds. The option is not nearly as important now as it was originally, since I implemented basic on-the-fly validation of generated code last year.

 - Dennis

Davies, Joshua wrote:

The jibx compiler has an option to do a sanity check of the modified
classes after jibx compilation - using the ant task, this is enabled by
setting the parameter "load='true'".  Recently, investigating some
abnormally high build times and build memory requirements, I determined
that disabling load='true' cuts our build time by a third and reduces
the build-time memory requirement by more than half... with load='true'
set, we were actually running into OutOfMemory conditions which cleared
up when the parameter was set to false, which leads me to suspect a
memory leak.

All of this was done using beta3c; I'm trying to verify this with rc0 to
see if it's still an issue or not, but I thought it might be worth
raising here to see if this is a known issue that anybody else might be
looking into/experiencing.


-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_idt12&alloc_id344&opÌk
_______________________________________________
jibx-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jibx-users



-------------------------------------------------------
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP,
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
_______________________________________________
jibx-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to