Cache Settings Section
PeopleSoft Application Engine and Process Scheduler require a cache directory, which you specify in this section:
| Parameter | Description |
|---|---|
|
MaxCacheMemory |
|
|
EnableCacheRepair |
|
|
AdjustMaxCacheMem |
|
|
ExcessivePruningThreshold |
See, System and Server Administration: ExcessivePruningThreshold. |
|
CacheMissThreshold |
|
|
MaxRepairCollection |
|
|
CacheBaseDir |
Enter the location of the cache directory. Leave the default selected, unless you have a compelling reason to change it. |
|
EnableServerCaching |
Specify a bit flag instructing how file caching is set up. The default value is 2. Note: This option is not included in the delivered psprcs.cfg file. However, if you must override the default setting, you can manually enter the option into the psprcs.cfg file. |
|
ServerCacheMode |
Set to 0 for one cache directory per process or 1 for a shared cache. The default value is 0. Note: This option is not included in the delivered psprcs.cfg file. However, if you must override the default setting you can manually enter the option into the psprcs.cfg file. |
|
EnableDBCache |
If enabled, the metadata (cache) is accessed from database, rather than the file-system. Note: To enable database caching for Process Scheduler domains, you may need to manually add EnableDBCache=Y. |
See System and Server Administration: Cache Settings.
The following table lists the possible values for EnableServerCaching:
| Bit | Type of Caching |
|---|---|
|
0 |
Server file caching disabled. |
|
1 |
Server file caching is limited to most used classes. |
|
2 |
Server file caching for all types. |