Tuesday, July 19, 2011

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

Could you send your stacktrace (jstack -l <JVM_PID>) ?
You can find your JVM_PID using jconsole.

On Jul 19, 10:19 am, Mate Gulyas <avalo...@gmail.com> 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 <snp...@gmail.com> wrote:
>
>
>
>
>
>
>
> > 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 <avalo...@gmail.com> wrote:
>
> > > Hi!
>
> > > I upgraded to Indigo, downloaded the ADT plugin a few days ago. Now
> > > sometimes I try to build my project, it goes Not Responding, and the
> > > build process is stuck at 55%. I can't do anything bit kill it with
> > > task manager. This happens about every second, third build now.
>
> > > Usually there is nothing in the log, but once I got a logged
> > > OutOfMemory exception.http://pastebin.com/ih5qUkiw
> > > I believe this is the same error. Please see details below.
>
> > > Thanks for any reply in advance.
>
> > > Mate Gulyás
>
> > > Details:
> > > OS: Windows 7
> > > Eclipse
> > > Version: Indigo Release
> > > Build id: 20110615-0604
> > > eclipse.ini:
> > > -startup
> > > plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
> > > --launcher.library
> > > plugins/
> > > org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.100.v20110502
> > > -product
> > > org.eclipse.epp.package.java.product
> > > --launcher.defaultAction
> > > openFile
> > > --launcher.XXMaxPermSize
> > > 256M
> > > -showsplash
> > > org.eclipse.platform
> > > --launcher.XXMaxPermSize
> > > 256m
> > > --launcher.defaultAction
> > > openFile
> > > -vmargs
> > > -Dosgi.requiredJavaVersion=1.5
> > > -Xms40m
> > > -Xmx384m

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment