[android-developers] Re: Using Eclipse - can it get faster?
Have you tried increasing some of the memory allocations for Eclipse
up front in your ini file? It maybe sounds counter intuitive but
giving Eclipse a little more memory will save some of the disk
swapping and I/O is where the real slow down is for any desktop
application in my experience.
Basic memory management configuration
-Xms512m --> minimum memory size for pile and heap
-Xmx1024m --> maximum memory size for pile and heap
-XX:MaxPermSize=512m --> maximum memory size for storing permanent JVM
objects. Read more about this statement on the Eclipse website.
--
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

0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home