Contents

Increasing the Available Memory


3DMatrix operates with a fixed sized memory space which can be adjusted. The maximize size of windows can be increased by increasing the memory available to 3DMatrix.

The application is designed to run on all operating systems and the method for allowing 3DMatrix to use more memory depends on which operating system you are running.

Windows XP

  1. Edit the file 3DMatrix.cfg in the application's directory.
  2. Replace the number within the parameter -Xmx[...]m to a larger amount. This represents be the MB of memory available to 3DMatrix.

Mac OS, Linux and Solaris

  1. Use the command shell to go to the directory where 3DMatrix is installed.
  2. Run 3DMatrix using the command line: "java -Xmx350m 3DMatrix" where 350m refers to using 350 MB.