How to solve java.lang.OutOfMemoryError: GC overhead limit exceeded error in android studio

后端 未结 7 955
执笔经年
执笔经年 2021-01-31 02:53

I am using android studio 1.0 RC for 64 bit linux.

When I run my application I am getting

\"java.lang.OutOfMemoryError: GC overhead limit          


        
7条回答
  •  逝去的感伤
    2021-01-31 03:32

    Find the Memory Settings

    1. Cmd + Shift + A on Mac (Ctrl + Shift + A on Windows) or click on Help
    2. Type "Memory Settings"

    under Preferences/ Settings and increase the IDE Heap Size and/ or the Daemon Heap Size to your satisfaction

提交回复
热议问题