neilg Regular
Joined: 16 Jun 2005 Posts: 141
|
Posted: Mon Jun 20, 2005 2:18 am Post subject: How to increase your VM size for Eclipse in Compiere dev |
|
|
If you run into errors when developing applications in Compiere stating increase VM size, then you need to add an argument to the eclipse command line when starting eclipse.
The argument is as follows:
My full command line looks as follows:
| Code: | | '/path/to/eclipse/eclipse' -vmargs -Xmx256M |
|
|