eva/3 Application BuilderDeveloping eva/3 ApplicationsSystem Settings 

Eclipse Start Parameter

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.

Advocacies for working with Windows®

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

Advocacies for working with Linux

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