Comment 5 for bug 239731

Revision history for this message
kenden (kenden) wrote :

Since the problem happened both with g/klipper, I am setting this bug as a duplicate.

Just for the record since you probably don't need it anymore, for big projects, the memory available to Eclipse can be adjusted using the arguments:
eclipse -vmargs -Xms512m -Xmx1024m -XX:MaxPermSize=512m
Or changing them in the eclipse.ini file:
-vmargs
-Xms512m
-Xmx1024m
-XX:MaxPermSize=512m

Then this can be checked in:
Help > About in "Configuration Details"

That should solve the Eclipse Out Of Memory issues!