Configure Tomcat for SICS Batch Server Deployment
SICS Batch Server is a memory intensive application and the standard Java VM settings are not sufficient. To avoid out of memory error messages like: java.lang.OutOfMemoryError.
Do the following:
- Ensure Tomcat is not running
- Start (double-click) the
%CATALINA_HOME%\bin\tomcat10w.exeprogram You will then see a window like this:

- Go to the “Java” tab and at the bottom at the “Java Options” field and add the following parameters:
Set the Initial memory pool 512 MB and Maximum memory pool 1024 MB. - If you are planning to use OS_AUTHENTICATION with SQLServer, you will need to add this parameter
-Djava.library.path="%CATALINA_HOME%/lib" - Please refer above for the correct value of
%CATALINA_HOME%/lib. Enclosing quotes (") are necessary.

- Press OK
- (Re-)start Tomcat