[android-developers] Re: Eclipse with ADT goes Not Responding

2011-07-19 Thread snpe
Could you send your stacktrace (jstack -l ) ? You can find your JVM_PID using jconsole. On Jul 19, 10:19 am, Mate Gulyas wrote: > I forgot to mention, that I had already tried that. I set the max heap > size to 1gb, and the initial to 256m. Same result. :( > > On júl. 19, 02:14, snpe wrote: > >

[android-developers] Re: Eclipse with ADT goes Not Responding

2011-07-19 Thread Mate Gulyas
I forgot to mention, that I had already tried that. I set the max heap size to 1gb, and the initial to 256m. Same result. :( On júl. 19, 02:14, snpe wrote: > Hi, > > You can open your eclipse.ini and change the lines: > -Xms40m > -Xmx384m > to > -Xms256m > -Xmx1024m > > These values ​​may be high

[android-developers] Re: Eclipse with ADT goes Not Responding

2011-07-18 Thread snpe
Hi, You can open your eclipse.ini and change the lines: -Xms40m -Xmx384m to -Xms256m -Xmx1024m These values ​​may be higher. It depends on your RAM. Regards, Peco On Jul 18, 3:12 pm, Mate Gulyas wrote: > Hi! > > I upgraded to Indigo, downloaded the ADT plugin a few days ago. Now > sometimes I