Configuring CentraSite to Use Terracotta BigMemory
You need to perform some steps in order to configure CentraSite to use BigMemory.
To configure CentraSite to use BigMemory
1. On the CentraSite Registry Repository node, open a command line and go to the CentraSite bin directory ( <SuiteInstallDir>/CentraSite/bin).
2. Execute the script centrasite_setenv.
3. Execute the command:
java -jar CentraSiteCacheConfiguration.jar <CentraSite_URL>
<AdministratorID> <Password> SET maxMemoryOffHeap <Size> <Unit>
where Unit can be any of : k, K, m, M, g, G, t, T (for kilobytes, megabytes, gigabytes, terabytes)
For example, the command for setting a BigMemory cache of 20 gigabytes with an administrator account INTERNAL\Admin and password AdminPW would be:
java -jar CentraSiteCacheConfiguration.jar http://localhost:53307/CentraSit
e/CentraSite/> INTERNAL\Admin AdminPW SET maxMemoryOffHeap 20G