5 messages in com.googlegroups.android-beginnersRe: Eclipse europa exits frequently w...
FromSent OnAttachments
sush...@gmail.com07 Dec 2007 03:36 
Peter Blazejewicz07 Dec 2007 12:40 
minti08 Dec 2007 08:47 
Peter Blazejewicz08 Dec 2007 11:32 
Yohan Liyanage28 Dec 2007 07:56 
Subject:Re: Eclipse europa exits frequently without error
From:Yohan Liyanage (yoha@gmail.com)
Date:12/28/2007 07:56:57 AM
List:com.googlegroups.android-beginners

Sushant,

What you are experiencing is a issue in Eclipse Europa distribution. I had the same problem sometime back when I moved on to Europa, with 1GB of RAM. I dont think it's a problem with Android.

To overcome this, I use following argument when I'm running Eclipse :

eclipse -vmargs -XX:MaxPermSize=256M

This increases the PermGen Space to 256MB. (In your case - with 256MB RAM- I don't know whether this will work). However, it eliminated the Out-of-Memory issue in my case.