Extending the Eclipse/JVM Memory Allocation
By default, Eclipse will allocate up to 384 megabytes of Java heap memory. This amount might be sufficient in most cases, but depending on the JRE that you are running, the number of additional plug-ins you are using, the number of files you will be working on, and the complexity of the CA Endevor repository you could conceivably have to increase this amount to avoid out of memory errors.
By default, Eclipse will allocate up to 384 megabytes of Java heap memory. This amount might be sufficient in most cases, but depending on the JRE that you are running, the number of additional plug-ins you are using, the number of files you will be working on, and the complexity of the CA Endevor repository you could conceivably have to increase this amount to avoid out of memory errors.
Eclipse can pass arguments directly to the Java VM using the -vmargs command line argument, which must follow all other Eclipse specific arguments.
To increase the available heap memory, use following command in command line:
eclipse -vmargs -Xmx<memory size>
- <memory size> Megabytes value set to 384 or greater Default: 384