Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [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