I'm getting a rash of Java Heap Errors when running Orbeon Forms Builder
that is part of Orbeon Forms 3.7beta20081007.... I believe 3.7 uses eXist 1.2.3 which has an issue with the cachesize being set too high i.e. 128M for a default JVM setting. My problem is finding *_were _*the JVM -Xmx parameter is set on the Orbeon startup. It tells the JVM how much memory to use. Hope I have stated this correctly. Thanks -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Administrator
|
Orbeon Forms just comes as a WAR file, not a full executable, so the
answer depends on how you run your servlet container. For example, with Tomcat, you use the variable JAVA_OPTS to set such options, either as an environment variable, or directly in catalina.sh/ bat or startup.sh/bat. The eXist settings are under WEB-INF/exist-conf.xml. -Erik On Oct 14, 2008, at 2:17 PM, Randy Smith wrote: > I'm getting a rash of Java Heap Errors when running Orbeon Forms > Builder that is part of Orbeon Forms 3.7beta20081007.... I believe > 3.7 uses eXist 1.2.3 which has an issue with the cachesize being set > too high i.e. 128M for a default JVM setting. My problem is finding > *_were _*the JVM -Xmx parameter is set on the Orbeon startup. It > tells the JVM how much memory to use. Hope I have stated this > correctly. > Thanks -- Orbeon Forms - Web Forms for the Enterprise Done the Right Way http://www.orbeon.com/ -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Thanks Erik.
Erik Bruchez wrote: > Orbeon Forms just comes as a WAR file, not a full executable, so the > answer depends on how you run your servlet container. > > For example, with Tomcat, you use the variable JAVA_OPTS to set such > options, either as an environment variable, or directly in > catalina.sh/bat or startup.sh/bat. > > The eXist settings are under WEB-INF/exist-conf.xml. > > -Erik > > On Oct 14, 2008, at 2:17 PM, Randy Smith wrote: > >> I'm getting a rash of Java Heap Errors when running Orbeon Forms >> Builder that is part of Orbeon Forms 3.7beta20081007.... I believe >> 3.7 uses eXist 1.2.3 which has an issue with the cachesize being set >> too high i.e. 128M for a default JVM setting. My problem is finding >> *_were _*the JVM -Xmx parameter is set on the Orbeon startup. It >> tells the JVM how much memory to use. Hope I have stated this correctly. >> Thanks > > -- > Orbeon Forms - Web Forms for the Enterprise Done the Right Way > http://www.orbeon.com/ > -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Free forum by Nabble | Edit this page |