You can configure the heap size for the emulator by modifying the device specific hardware.ini
file. Open this text file and change the value of the vm.heapSize
property. e.g.:
vm.heapSize=48
The value is the heap size in MB. The new heap size will take effect on the next start of the emulator.
The hardware.ini
file location depends on the device and panel generation (one of G1, G2, G2.5, or G3) being emulated Assuming v5.00 (or later) of the emulator is installed, the location will be in one of these locations:
- <Emulator Root>/PanelEmulator/platforms/android-10/skins/G1/hardware.ini
- <Emulator Root>/PanelEmulator/platforms/android-17/skins/G2-10inch/hardware.ini
- <Emulator Root>/PanelEmulator/platforms/android-17/skins/G2-17inch/hardware.ini
- <Emulator Root>/PanelEmulator/platforms/android-23/skins/G2.5/hardware.ini
- <Emulator Root>/PanelEmulator/platforms/android-29/skins/G3/hardware.ini
Previous releases of the SmartSDK emulator may not have all of these locations, or may have the hardware.ini
file in a slightly different directory within the PanelEmulator
folder structure.
FAQ Subject
Faq Category