Article # 125, added by Geoworks, historical record
| first |
previous |
index |
next |
last |
Get emulators to work more like devices
To get the memory in your SDK emulator to work more like an actual device, disable the swap drivers in the geosec.ini file. You can do it like this: [system] memory = {} ; will only use conventional memory You can also limit the amount of heapspace available by setting the maxTotalHeapSpace key in ini file. The following example limits the heap space to 496K. [system] maxTotalHeapSpace = 496