Register the Software as Windows Service

Register the Software as a Windows Service: Installation Guide

Prerequisites:

  • Admin privileges in windows

1. Install the Software as a Windows Service:

    1. Navigate to the installation directory.
    2. Open the /bin subfolder.
    3. Locate the 'service.bat' file.
    4. Right-click on 'service.bat' and select 'Edit.'

2. Adjust Memory (RAM) Allocation:

    1. In the opened 'service.bat' file, scroll down to line 117 at the end.
    2. Replace the parameter -Xmx3g with -Xmx10g to allocate 25 GB RAM. Adjust this based on your hardware setup. 
      Recommendation: Allocate 60-80% of available RAM (e.g., use -Xmx50g on a 64 GB RAM machine, -Xmx25g for 32 GB RAM).

ServiceMinRAM

3. Register and start the Service:

    1. Run the 'RegisterAsWindowsService.bat' file by double-clicking.
      RegisterWindowsService
    2. Open Task Manager (Ctrl + Shift + Esc).
    3. Select the 'Services' tab.
    4. Look for the newly registered service.
    5. Right-click on the service and start it.

WindowsService

Congratulations! After starting the service, access the start page as usual.