Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
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

Quick

Links

to:

{

Panel
Wiki Markup
Table of Contents
:
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.
{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

Panel

Anchor

Wiki Markup
Eclipse Indigo - OC4J JVM memory configuration
Eclipse Indigo - OC4J JVM memory configuration

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.
    Image Added
    In the Name: input field, enter oc4j standalone server.
    From the Server: dropdown list, select Oracle OC4J Standalone Server
as below. !indigoMemory002.jpg! In the *Name:* input field, enter *oc4j standalone server*. From the *Server:* dropdown list, select *Oracle OC4J Standalone Server
  1. 10.1.3.n
  1. at
  1. localhost
*
  1. .
#
  1. Click
  1. on
  1. the
*\
  1. (x
\
  1. )=Arguments
*
  1. tab
  1. and
  1. in
  1. the
*
  1. VM
  1. arguments:
*
  1. dialog
  1. box,
  1. enter
  1. the
  1. following
  1. arguments:
{
  1. Code Block
}
  1. 
    -Xms512m
    -Xmx512m
    -XX:PermSize=512m 
    -XX:MaxPermSize=512m
    -XX:+UseConcMarkSweepGC
    -XX:+CMSClassUnloadingEnabled
    -XX:+CMSPermGenSweepingEnabled
    -XX:ReservedCodeCacheSize=128m
    -Djava.net.preferIPv4Stack=true
    
{code}
  1. In
  1. the
*
  1. Working
  1. directory:
*
  1. select
*
  1. Other:
*
  1. and
  1. enter
  1. the
  1. path
  1. to
  1. your
  1. OC4J
  1. server
  1. j2ee/home
  1. directory.

  1. The
  1. panel
  1. should
  1. now
  1. look
  1. 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}

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

Eclipse Indigo - JVM memory configuration is now complete.

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

...