users@glassfish.java.net

Re: Is it possible to increase the Java Applet Memory Limit in the Glassfish?

From: Jacob Kessler <Jacob.Kessler_at_Sun.COM>
Date: Tue, 09 Dec 2008 10:22:35 -0800

You can add Java VM options in your domain.xml file. For example, in
$GLASSFISH_ROOT/glassfish/domains/domain1/config, in the <java-config>
section of domain.xml, add

        <jvm-options>-Xmx1g</jvm-options>

to run with 1GB of heap.

glassfish_at_javadesktop.org wrote:
> Hi -
>
> I have the same problem - Did you ever find a solution?
>
> Thanks,
>
> - Jim
> [Message sent by forum member 'irrer' (irrer)]
>
> http://forums.java.net/jive/thread.jspa?messageID=320814
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>
>