You may see a Running low on Java Virtual Machine (JVM) Memory error
It is possible to configure the JVM to increase the memory allocation as follows
- Open the Java Control Panel Windows -> Start -> Control Panel -> Java
Note : If using Windows 7 or 8 enter Java Control Panel into the Windows Search field
- Double click the Runtime Parameters cell in the dialog & enter the amount of memory in the following format
-Xmx256m (256Mb memory allocation)
-Xmx512m (512Mb memory allocation)
-Xmx1024m (1Gb memory allocation)
- Click OK to apply the settings
Comments