Monday, October 10, 2005

Increasing memory of Program in Eclipse

If you are running any java program from Eclipse and you are getting OutOfMemory error then you have to increase the memory for that program.

For that go to run -> arguments -> VM arg-> Xmx256M

Note: Dont put -vmargs, what we generally put as Eclipse would take of it.

No comments: