Versions Compared

Key

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

Table of Contents

...

Info

If you are running FIN5 from command prompt, see https://finproducts.atlassian.net/wiki/spaces/FINFramework/pages/770708748/Run+FIN+through+Cmd+Prompt#Updating-Java-Memory-Heap

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.

...

The way to increase the memory heap for the service follow the steps below:

  1. Go to your FIN

...

  1. notification icon in the tray
    Image Modified

  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).
    Image Modified

  6. Apply and right click again to Start the service for it to take effect

Manually changing Memory Heap

To manually change the memory heap, the user would have to navigate to the config file under the sys folder. The path is something like this but with your version: C:\Program Files (x86)\FIN Framework\FIN Framework 5.0.2016\etc\sys

Once there, open the config file and towards the bottom the user can specify the heap on line 56. In our case, we change 512 to 1024 if we wanted to increase that. Make sure to stop the service before making a change. Then start it up afterwards.

Image Removed

Don't see FIN

...

notification icon in the tray?

There might be cases where the user might not be able to find the notification icon in the tray due to the machine having been restarted/rebooted. When this happens, follow the below steps to get it back.

  1. Go to your Start menu and search for "FIN

...

  1. "

  2. As you type, "FIN Framework Service Manager" (or "FIN Stack Service Manager") should appear in the available options

  3. Right click on it and select to "Run As Administrator"

  4. That should then launch it and appear in the notifications tray