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:
Go to your FIN
...
notification icon in the tray
Right click and select Stop to stop the service
Right click again and select Configure...
Once open, select the Java tab
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).
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.
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.
Go to your Start menu and search for "FIN
...
"
As you type, "FIN Framework Service Manager" (or "FIN Stack Service Manager") should appear in the available options
Right click on it and select to "Run As Administrator"
That should then launch it and appear in the notifications tray