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. To do this, the user would follow the below steps on a Windows machine.
Increase Memory Heap
The way to increase the memory heap for the service follow the steps below:
- Go to your FIN Stack 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'.
- 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 Stack 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 Stack"
- As you type, "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