Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Corrected links that should have been relative instead of absolute.
Info

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

Panel
Wiki Markup
Quick Links to:
{toc:minLevel=3|maxLevel=3}
Panel

About this PANEL

indent
1
1
The topics presented in this PANEL explain how to configure Eclipse's JVM memory allocation.
Panel
Wiki Markup
{anchor:Eclipse Indigo - OC4J JVM memory configuration}
h3. Eclipse Indigo - OC4J JVM memory configuration
#  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.
!indigoMemory002.jpg!
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*.
# Click on the *\(x\)=Arguments* tab and in the *VM arguments:* dialog box, enter the following arguments:
{code}
-Xms512m
-Xmx512m
-XX:PermSize=512m 
-XX:MaxPermSize=512m
-XX:+UseConcMarkSweepGC
-XX:+CMSClassUnloadingEnabled
-XX:+CMSPermGenSweepingEnabled
-XX:ReservedCodeCacheSize=128m
-Djava.net.preferIPv4Stack=true
{code}
In the *Working directory:* select *Other:* and enter the path to your OC4J server j2ee/home directory.
The panel should now look like:
!indigoMemory004.jpg!
When you are satisfied that everything is correct, click *Apply*, then click *Close*.

h4. {color:green}Eclipse Indigo - JVM memory configuration is now complete.{color}
Panel

Anchor
Eclipse Indigo - Tomcat 7 JVM memory configuration
Eclipse Indigo - Tomcat 7 JVM memory configuration

Eclipse Indigo - Tomcat 7 JVM memory configuration

UNDER CONSTRUCTION

Panel

Anchor
Eclipse MyEclipse 10.5 - OC4J JVM memory configuration
Eclipse MyEclipse 10.5 - OC4J JVM memory configuration

Eclipse myEclipse - OC4J JVM memory configuration

UNDER CONSTRUCTION

Panel

Anchor
Eclipse MyEclipse 10.5 - Tomcat 7 JVM memory configuration
Eclipse MyEclipse 10.5 - Tomcat 7 JVM memory configuration

Eclipse myEclipse - Tomcat 7 JVM memory configuration

UNDER CONSTRUCTION