Home PC Games Linux Windows Database Network Programming Server Mobile  
           
  Home \ Linux \ Android Studio 1.0.2 set the memory size     - Linux SVN account password to save your settings (Linux)

- To solve the Mac in question invalid BASH under configuration environment variable (Linux)

- Hadoop 2.6.0 standalone configuration and pseudo-distributed configuration under Ubuntu 14.04 (Server)

- Java concurrent programming using the synchronized keyword ReentrantLock alternative primitive (Programming)

- Linux host dual LAN transceiver package ARP problem (Linux)

- Linux Mint under tty.js Installation Guide (Linux)

- Setting CentOS firewall open port (Linux)

- Linux, Chrome browser font settings beautification (Linux)

- How to install Virtualbox 4.3.20 in Ubuntu 14.04 (Linux)

- Android WebView use layman (Programming)

- Linux Hard Disk Partition and file system management (Linux)

- iptables allow only specific ip address to access the specified port (Linux)

- Change all child files and subdirectories in the owner permissions Ubuntu (Linux)

- Using nmcli commands to manage network in RedHat / CentOS 7.x (Linux)

- 20 Advanced Java interview questions summary (Programming)

- Shell command line operation (Linux)

- cat command uses the Linux redirection merge files (Linux)

- C ++ type conversion and RTTI (Programming)

- CentOS static IP network configuration (Linux)

- How to turn Java String into Date (Programming)

 
         
  Android Studio 1.0.2 set the memory size
     
  Add Date : 2018-11-21      
         
         
         
  Android studio 1.0.2 The default maximum memory is 750M, so run up very card, unbearable, machines are not solid state drives, and finally found, the default value can be modified to find in the android studio directory: studio64.exe.vmoptions file, the green part of the modified parameters (-Xmx1050m), the default parameter to 1050MB, so run up is very smooth, and if that is not smooth, you can change higher:

-Xms128m
-Xmx1050m
-XX: MaxPermSize = 350m
-XX: ReservedCodeCacheSize = 96m
-ea
-Dsun.io.useCanonCaches = False
-Djava.net.preferIPv4Stack = True
-Djna.nosys = True
-Djna.boot.library.path =

-Djna.debug_load = True
-Djna.debug_load.jna = True
-Djsse.enableSNIExtension = False
-XX: + UseCodeCacheFlushing
-XX: + UseConcMarkSweepGC
-XX: SoftRefLRUPolicyMSPerMB = 50
-Didea.platform.prefix = AndroidStudio
-Didea.paths.selector = AndroidStudio

If this setting does not take effect in the File-> Ivalidate Caches, select Ivalidate and Restart it would take:

Finally, in the Explorer, you can see, studio64.exe memory occupied instantly rose to more than 1GB.
     
         
         
         
  More:      
 
- Use FirewallD build dynamic firewall (Linux)
- Ubuntu 14.04 modify environment variables (Linux)
- shell script: LVS start simple script (Server)
- Linux use glibc2 library and crypt () function to generate the user password (Programming)
- 64-bit Ubuntu 15.10 How to compile the latest version of the 32 Wine 1.7.53 (Linux)
- Postgres-X2 deployment steps (Database)
- Linux desktop system using the remote server in clear text ssh password (Server)
- Installation JDK1.7 under Ubuntu14.04 64-bit (Linux)
- Oracle common internal event tracking number (Database)
- To explore the caching mechanism for Android ListView (Programming)
- Java interview questions in nine radio (Programming)
- Ceph distributed storage system is installed on a CentOS 7.1 (Server)
- Why you can have JavaScript string method (Programming)
- Android using shape drawable material production (Programming)
- HTTP and HTTPS request response process difference (Linux)
- ORA-12545: Connection failed because the target host or object does not exist (Database)
- Using FTPClient to upload and download files in Java (Programming)
- Xshell key authentication mechanism using a remote login Linux (Linux)
- Easily create RPM packages using the FPM (Linux)
- Customize the 404 error page Nginx (Server)
     
           
     
  CopyRight 2002-2022 newfreesoft.com, All Rights Reserved.