System RequirementsPlease refer to hardware and operating system requirements that IBM specifies for the Application Developer or Eclipse product (listed below) with which you will be using your CodePro or EclipsePro product. CodePro currently supports:
Installing CodePro requires the full Eclipse SDK including the PDE. For Eclipse 3.3 and above, use the Eclipse Classic, Java EE or RCP/Plug-in Developers distribution or install PDE separately.CodePro Analytix Rational Edition currently supports:
CodePro does not work with:
EclipsePro currently supports:
Operating Systems currently supported:
Operating Systems not officially supported:
|
How can I improve Application Developer/Eclipse startup time, reduce swapping and eliminate unnecessary garbage collection? |
---|
Begin by specifying the starting amount of memory (-vmargs -Xms###m)
in your Application Developer/Eclipse startup command line (e.g., the
target field within a Windows shortcut). If this is not specified,
Eclipse's starting amount of memory is quite small (only 40 MB). You
should also specify the maximum amount of memory that Eclipse can
use (-vmargs -Xmx###m) and the maximum amount of perm space available (-vmargs -XX:MaxPermSize=###m). We typically recommend something like this:
|