Q. Is there a way to increase the amount of memory available to the client on OS X?
A. On Windows and Linux systems, the installer automatically determines how much memory should be allocated to the client application at the time of installation. On OS X, 128 MB of memory is allocated to the client by default. This can be increased as follows:
1. Right-click on the InterMapper or InterMapper RemoteAccess application and select 'Show Contents' from the contextual menu.
2. Double-click the Contents folder to open it and double-click the info.plist file to edit it.
3. Replace '128' in the string 'xmx128M' with the amount of memory you wish to allocate.
Example:
Default entry: -Xms32M -Xmx128M
Increased memory entry: -Xms32M -Xmx1024M