Step | Description | ||
1 | If you have not already installed and configured your Terracotta Server Array, do this first. For procedures, see the product documentation for the Terracotta Server Array.
| ||
2 | If you have not done so already, edit the tc-config file on the Terracotta Server Array and add the parameters that Integration Server requires. For procedures, see Configuring tc-config.xml on the Terracotta Server Array
. | ||
3 | Review the points listed in Considerations for Configuring a
Distributed Cache. | ||
4 | Verify that Integration Server is equipped with a license to use a Terracotta Server Array. For procedures, see Installing, Viewing, and Changing
the Terracotta License. | ||
5 | Decide how much memory you will use for the on-heap portion of the cache on Integration Server and adjust the Java heap size if necessary. For information about changing the heap size used by Integration Server, see Changing the JVM Heap Size Used by
Integration Server .
| ||
6 | If the cache manager to which you want to add the cache does not already exist, create it. For information about creating a cache manager, see Creating a Cache Manager.
| ||
7 | Create the cache using the procedure in Creating a Cache. When you create the cache, be sure to do the following: Enable the Distributed setting in the Distributed Cache Configuration section of the page. In the Maximum Elements in Memory field, specify the number of elements that you want to maintain in the on-heap memory at the Integration Server. In the Maximum Entries in Cache field, specify the maximum size (in number of elements) to which this cache can grow on the Terracotta Server Array.
| ||
8 | Verify that the parameters for the cache are set as you want them and enable the cache as described in Enabling a Cache. If this is the first Integration Server on which you have created the distributed cache, the Integration Server creates the distributed cache on the Terracotta Server Array during this step. | ||
9 | If other Integration Servers will use this distributed cache, repeat steps 4 through 8 on each of them.
|