Running RanFab as a windows service
Follow the instructions below if you wish to run the software as a windows service:
Navigate to c:/RanFab/bin/awareim.conf
Find the lines below and add the corresponding memory settings:
# Initial Java Heap Size (in MB)
wrapper.java.initmemory=500
# Maximum Java Heap Size (in MB)
wrapper.java.maxmemory=1024
RanFab\bin\tomcat.conf:
# Initial Java Heap Size (in MB)
#wrapper.java.initmemory=3
# Maximum Java Heap Size (in MB)
#wrapper.java.maxmemory=256
RanFab\Tomcat\conf\wrapper.conf:
# Initial Java Heap Size (in MB)
#wrapper.java.initmemory=500
# Maximum Java Heap Size (in MB)
#wrapper.java.maxmemory=1024
The version of the wrapper that ships with RanFab are the 32bit one, which prevents memory allocation more significantly than on 1G. You can obtain a 64 version of the wrapper from Tanuki Software, allowing for a more significant memory allocation.
Once all your memory settings and wrapper are set up you can navigate to c:/Ranfab/bin/InstallService.bat to start the services. Test!