Cant Increase Android Studio's Memory Heap -


i using latest version of android studio 1.3 preview beta release. working slow on system (ram 4gb). when try edit java or xml file in editor takes 3-4 second write word. have followed this blog increase android studio's memory heap size. have updated studio64.exe.vmoptions file @ path c:\program files\android\android studio\bin\studio64.exe here inside vmoptions file:

-xms128m -xmx4096m -xx:maxpermsize=1024m -xx:reservedcodecachesize=200m -xx:+useconcmarksweepgc -xx:softreflrupolicymspermb=50 -ea -djna.nosys=true -djna.boot.library.path=  -djna.debug_load=true -djna.debug_load.jna=true -dsun.io.usecanoncaches=false -djava.net.preferipv4stack=true -xx:+heapdumponoutofmemoryerror -didea.paths.selector=androidstudiopreview1.3 -didea.platform.prefix=androidstudio 

but android studio memory heap remains same after changes in file. here screen shot still 512m:

please suggest other solution?

this file ignored android studio.

on windows path update is

  • %userprofile%\.{folder_name}\studio.exe.vmoptions
  • %userprofile%\.{folder_name}\studio64.exe.vmoptions

for more - android tools documentation


Comments

Popular posts from this blog

python - No exponential form of the z-axis in matplotlib-3D-plots -

php - Best Light server (Linux + Web server + Database) for Raspberry Pi -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -