Friday, July 28, 2023

Android Studio Giraffe 2022.3.1: limiting memory for 8GB Ram on windows 11

 Running on Ryzen 7535HS Ram 8GB Windows 11

I got bad experience after upgrading Android Studio Flamingo to Giraffe. It cosumes to much memory on my machine and causing Dead of Blue Screen. 

To limit memory usage:

  1. File -> Settings -> Appearance & Behavior -> System Settings -> Memory Settings
    IDE max heap Size: 1280MB
    Gradle daemon max heap size: 1536MB
    Kotlin daemon max heap size: 1536MB
  2. Click Ok and restart your android studio

Note: This problem did not happened on Debian 11 after upgrading Android Studio Flamingo to Giraffe on same machine (dual boot).

No comments:

Post a Comment