android - My eclipse IDE keeps crashing becasue of out of memory -



android - My eclipse IDE keeps crashing becasue of out of memory -

my eclipse.ini

-startup plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar --launcher.library plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.100.v20110502 -showsplash org.eclipse.platform --launcher.defaultaction openfile -vmargs -xms512m -xmx512m

trying increment vmargs 1024m caused other errors permgen space errors.

what wrong?

it appears have old version of eclipse. firstly suggest updating see if resolves problem.

if don't want update, suggest specifying larger permgen space adding next line eclipse.ini:

-xx:maxpermsize=256m

i recommend using @ to the lowest degree 768 mb heap size, preferably 1024 mb:

-xmx1024m

android eclipse out-of-memory

Comments

Popular posts from this blog

ruby on rails - Devise Logout Error in RoR -

model view controller - MVC Rails Planning -

php - Working with pretty urls on apache and fastcgi after hhvm installation -