Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

There are cases where the user may need to increase the memory heap to either avoid project timeouts, performance issues, etc from occurring with larger projects. This plays into project sizing like mentioned in theĀ System Requirements. To do this, the user would follow the below steps on a Windows machine.

...

  1. Go to your FIN notification icon in the tray
  2. Right click and select Stop to stop the service
  3. Right click again and select Configure...
  4. Once open, select the Java tab
  5. There, the user will increase the "Maximum memory pool" to something their system is capable of handling depending on space available. Use increments of '512'. (the actual max heap size of a 32-bit JVM will vary slightly).
  6. Apply and right click again to Start the service for it to take effect

...