Androidstudio Dayton Optimisation

Source: Internet
Author: User

Xms

As in the JVM memory allocation is very, even if you have 16g,32g,64g memory, he only assigns you the maximum of hundreds of trillion of heap memory, will cause the project to become larger, long after the project run serious lag.

Optimization

Open your as installation directory, mine is

C:\Program files\android\android Studio\bin

Here's
And
It's the thing that has to be operated on. These two are the JVM's configuration files.
Refer to the following changes

-server-Xms2048m        初始分配内存-Xmx4096m        最大可用内存-XX:MaxPermSize=4096m-XX:ReservedCodeCacheSize=2048m-XX:+UseConcMarkSweepGC-XX:SoftRefLRUPolicyMSPerMB=200-Dsun.io.useCanonCaches=false-Djava.net.preferIPv4Stack=true-Djna.nosys=true-Djna.boot.library.path=-da

64

-Xms2048m-Xmx4096m-XX:MaxPermSize=4096m-XX:ReservedCodeCacheSize=2048m-XX:+UseConcMarkSweepGC-XX:SoftRefLRUPolicyMSPerMB=200-Dsun.io.useCanonCaches=false-Djava.net.preferIPv4Stack=true-Djna.nosys=true-Djna.boot.library.path=-da

I am 16G memory, XMS divided by 8,xmx divided by 4.

Xmx

You can enjoy the silky smooth.

Androidstudio Dayton Optimisation

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.