PC_POOLSIZE configuration parameter
Use the PC_POOLSIZE configuration parameter to specify the maximum number of user-defined routines that are stored in the UDR cache.
- onconfig.std value
- PC_POOLSIZE 127
- values
- A positive value 127 or greater that represents the maximum number of entries in the cache. A positive value 127 or greater that represents half of the initial maximum number of entries in the cache. The maximum value is dependent upon the shared memory configuration and available shared memory for the server instance.
- takes effect
- After you edit your onconfig file and restart the database server.
The initial number of entries in the cache is twice the value of the PC_POOLSIZE configuration parameter. For example, if the PC_POOLSIZE configuration parameter is set to 127, 254 entries are allowed in the cache. If all entries in the cache are full, the cache size automatically grows by 10%. To reduce the size of the cache, decrease the value of the PC_POOLSIZE configuration parameter in the onconfig file and restart the server.