I am using android studio 1.0 RC for 64 bit linux.
android studio 1.0 RC
When I run my application I am getting
\"java.lang.OutOfMemoryError: GC overhead limit
I had the same issue too - mine was for a different reason. I was working on backing up some files and accidentally dropped a big file in the resource folder. It was close to 40MB.
Once this file was removed, the error was gone.