You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 33 Next »

Help is available by sending an email to csf-support@mit.edu
Have any suggestion on how improve this wiki?  Please give us your feedback at csf-support@mit.edu

Quick Links to:

About this PANEL

${renderedContent}

Eclipse Indigo - OC4J JVM memory configuration

  1. Run Eclipse.
        a.  From the Eclipse Task Bar select Run > Run Configurations...
        b.  From the Left pane, find and right click on Generic Server and select New.
    The Create, manage, and run configurations panel should be as below.

    In the Name: input field, enter oc4j standalone server.
    From the Server: dropdown list, select Oracle OC4J Standalone Server 10.1.3.n at localhost.
  2. Click on the (x)=Arguments tab and in the VM arguments: dialog box, enter the following arguments:
    -Xms512m
    -Xmx512m
    -XX:PermSize=512m 
    -XX:MaxPermSize=512m
    -XX:+UseConcMarkSweepGC
    -XX:+CMSClassUnloadingEnabled
    -XX:+CMSPermGenSweepingEnabled
    -XX:ReservedCodeCacheSize=128m
    -Djava.net.preferIPv4Stack=true
    
    In the Working directory: select Other: and enter the path to your OC4J server j2ee/home directory.
    The panel should now look like:

    When you are satisfied that everything is correct, click Apply, then click Close.

Eclipse Indigo - JVM memory configuration is now complete.

Eclipse Indigo - Tomcat 7 JVM memory configuration

UNDER CONSTRUCTION

Eclipse myEclipse - OC4J JVM memory configuration

UNDER CONSTRUCTION

Eclipse myEclipse - Tomcat 7 JVM memory configuration

UNDER CONSTRUCTION

  • No labels