Click here to Skip to main content
15,879,535 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Dear All,

I am new to android, I try to implement google map in one of my application while compiling I got error message "GC Overhead limited exceeded".As per advice of multiple sites I changed "-Xms to 1024m ,-Xmx1024m.Still my error in not rectified.Kindly help me in this regard


Thanks in advance

Regards

Saran
Posted
Comments
Sergey Alexandrovich Kryukov 4-Nov-14 1:23am    
Google Map is already implemented. By Google. Perhaps you are just trying to use it. The error message sounds that you somehow exhausted the GC, which is itself wonderful. But how can anyone know how did you manage to do so? No code, no nothing...
—SA

1 solution

i had the same problem and i changed the following from the eclipse.ini
--launcher.XXMaxPermSize256m
-XX:MaxPermSize=256m
-Xms512m
-Xmx1024m

i know you mentioned earlier that you changed it but i decided to write it anyway because you your Xms was 1024m. just give it a try
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900