[kepler-dev] [Bug 3106] - Out of memory while opening all demos, is -Xss5m or SVG the problem?

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Tue Jan 29 10:59:05 PST 2008


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=3106





------- Comment #1 from higgins at nceas.ucsb.edu  2008-01-29 10:59 -------
As I remember, the -Xss5m switch was included because setting the stack memory
this way was needed to insure that several of our JNI based actors worked
properly (the GARP ENM actors that run C code through JNI). So deleting that
switch is probably NOT an option.

Also, Kepler now loads actor info only when needed, so it should be roughly
equivalent to Ptolemy's lazy evaluations in terms of memory useage.

Another possible culprit for Kepler's memory use is the fact that documentation
is included in the moml. This documentation increase the memory used by every
actor.

Dan Higgins 



More information about the Kepler-dev mailing list