Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]


How to configure emulator memory capacity

The maximum total heap size can be set in the initialisation file epoc.ini. This allows developers to emulate target machines with different memory capacities. The process is:

  1. Open epoc.ini in a text editor. It can be found at epoc32\data\.

  2. Enter the keyword MegabytesOfFreeMemory, followed by the number of free MB of memory in the heap. For example:

    MegabytesOfFreeMemory <megabytes-of-free-memory>
  3. Save the file.

Notes