BENERATOR_OPTS
Best practice is to create a custom script for each project and make it set up individual configuration in the BENERATOR_OPTS before invoking Benerator, e.g.
| set BENERATOR_OPTS=-Xmx512m benerator.bat %* |
If you have only one project, you could alternatively choose a simpler alternative and use a system-wide BENERATOR_OPTS configuration:
In Windows systems, you can add 'BENERATOR_OPTS=-Xmx512m' to the 'Environment Variable' configuration
In Unix systems, you can add 'BENERATOR_OPTS=-Xmx512m' to your '.profile' configuration.


