12

I've a Moto X with Android 4.4.4 and I also use Genymotion Emulators to develop apps. My question is -- how can i simulate my app performance/behavior for very slow/old phones and also phones with less memory.

user1406716
  • 9,565
  • 22
  • 96
  • 151

1 Answers1

1

To simulate less memory, simply use less memory. Below is a demonstration for how to do this using GenyMotion. Click settings (the wrench icon) next to the virtual device to go to configuration then lower the Base Memory.

FROM

enter image description here

TO

enter image description here

Afterward, you should be able to simulate the performance of your app on a slower device. If you need to raise or lower your memory usage move the Base Memory value up or down by 1024.

This can also be done directly in the VirtualBox Settings with slightly more configuration options.

Jantzilla
  • 638
  • 1
  • 7
  • 19