Overview
By default in FTK Central 7.6, Collab uses a minimum of 3GB RAM on the application server. This can be changed with the steps below.
Procedure
- Stop the Collab Service.
- Open "C:\CollabService\CollabService.ini" in a text editor.
- Find the following line:
tika_server_options_jre = -XX:+UseParallelGC -Xms3072m -Xmx3072m
- Change the numbers in the -Xms3072m -Xmx3072m parameters to the desired minimum RAM in MB. The example below will set the minimum RAM to 1GB.
tika_server_options_jre = -XX:+UseParallelGC -Xms1024m -Xmx1024m
- Save and close the file.
- Start the Collab Service.