I'm running Android Studio 1.3 (I think it was the latest version) in a 4GB RAM pc, I've searched about how to make Android Studio take less memory so that I can run it better in my low spec pc, so far I've found the following questions:
In those question people suggested to low the memory value in the Xmx
attribute from 750m
to 256m
in the studio.exe vmoptions file the folder /Applications/Android\ Studio.app/Contents/bin/studio.vmoptions
I looked in the offcial documentation here: https://sites.google.com/a/android.com/tools/tech-docs/configuration and there it says that is not recomended to edit those files, they advice to create a custom file, but I don't know how to do this.
Questions:
1) Should I create a whatever.exe vmoptions file in that folder with the change? and what should I do with the original file? and how android studio would know to read from my custom file instead of the original file.
2) In the official documentation says that edit that file but it says that that file is in this path %USERPROFILE%\.{FOLDER_NAME}\studio.exe.vmoptions and/or %USERPROFILE%\.{FOLDER_NAME}\studio64.exe.vmoptions
but I can't find the file in that path, instead I founded in this path /Applications/Android\ Studio.app/Contents/bin/studio.vmoptions
.
What I did before asking:
Before asking i tried to edit this file /Applications/Android\ Studio.app/Contents/bin/studio.vmoptions
but it says that this file is already opened by another program or that it can't be saved.
I did this with android studio closed and I pretty sure that this file it's not opened by another program.