Working with IDE configuration files

There are two files that are used to store the configuration information of JDeveloper IDE. To add memory to the IDE or JDeveloper during startup, we add the following appropriate Virtual Memory options to these files:

  • MW_HOME/jdeveloper/ide/bin/ide.conf
  • MW_HOME/jdeveloper/jdev/bin/jdev.conf

    Tip

    To increase the JDeveloper memory, set the following options in the appropriate files specified previously. Some of the JVM options are explained as follows:

    • AddVMOption is used to optimize the memory for JDeveloper IDE
    • Xms is the initial Java Heap size
    • Xmx is the maximum Java Heap size
    • XX:MaxPermSize is used to set the maximum Java permanent size

    Please note that the following setting depends on the available memory in your ...

Get Oracle ADF 11gR2 Development Beginner's Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.