The Eclipse environment can be modified using some Virtual Machine (VM) properties
while starting Eclipse. The VM parameters can be specified with the -vmargs
parameter.
For working with eva/3 Application Builder, the best is to increase the
amount of the available heap memory:
-vmargs -Xms256m -Xmx512m
See also Java Start Parameter
For working with eva/3 Application Builder, the best is to increase the
amount of the available heap memory and the PermSize:
-vmargs -Xms256m -Xmx512m -XX:PermSize=12m -XX:MaxPermSize=256m
See also Java Start Parameter