Modifying the Cache Configuration
The SET keyword is followed by pairs of option and value. After the modification operation is completed, the tool will display the modified cache configuration. The following options may be specified:
maxElementsOnHeap
maxElementsOffHeap
memoryStoreEvictionPolicy
statistics
If one of the options is not specified in the SET operation, its existing value will be copied.
The SET keyword is used as follows:
To modify the cache settings for JAXR
Use a command of the following form: java -jar CentraSiteCacheConfiguration.jar
<CentraSiteURL> <AdministratorID> <password>
SET <option> <value>[<option> <value> ...]
for example:
java -jar CentraSiteCacheConfiguration.jar
http://localhost:53307/CentraSite/CentraSite
DOMAIN\admin pAsSw0rD SET maxElementsOnHeap 10000