ssl-session-cache-size
This stanza entry specifies the number of concurrent sessions supported by an ISAM server or service.
ssl-session-cache-size = numeric valueA larger cache size can improve the Secure Sockets Layer (SSL) security performance of the server if we add additional memory.
The cache size can be 1-524,288 number of concurrent sessions. We might need to double the SSL session cache size for a target maximum cache size. For example: if we want a cache size of 8,192, set the ssl-session-cache-size parameter value to 16,384.
Options
- numeric value
- The cache size can be 1-524,288 number of concurrent sessions.
Usage
Optional.
Default value
Default is 1024.
Example
The following example sets the cache size at 1024.ssl-session-cache-size = 1024