|
If you experience an Out of Memory Exception
while using EclipseUML, try to increase
Eclipse JVM parameter.
Please starts Eclipse with the following
parameters :
eclipse.exe -vmargs -Xms256m -Xmx256m
-Xms is your minimum JVM memory size.
-Xmx is your maximum JVM memory size.
Check your JDK and check you Eclipse
documentation, Help->Workbench User
Guide->Tasks->Running Eclipse for further
details.
Put these instructions in a batch file.
|