1.

Where Do You Set The Memory Heap Size In Eclipse?

Answer»

Eclipse installation CONTAINS a file called eclipse.ini which allows you to configure the memory parameters for the Java virtual MACHINE which runs the Eclipse IDE. For example the -Xmx parameter can be used to define how large the Java HEAP size can get. -Xms defines the INITIAL heap size of the Java virtual machine

Eclipse installation contains a file called eclipse.ini which allows you to configure the memory parameters for the Java virtual machine which runs the Eclipse IDE. For example the -Xmx parameter can be used to define how large the Java heap size can get. -Xms defines the initial heap size of the Java virtual machine



Discussion

No Comment Found