Wednesday, February 26, 2003

Eclipse: OutOfMemoryError's with Eclipse

Most of the applications need more memeory that default memory used by eclipse. Eclipse let you pass any VM arguments using -vmargs.

To set mx and mx values to 512M use the following command line arguement:
eclipse -vmargs -Xms512M -Xmx512M

No comments: