Minimum number of sessions kept open per pool (HSM_SESSION_POOL_MIN, default 3). Never recycled due to inactivity.
Maximum number of sessions per pool before queuing new requests (HSM_SESSION_POOL_MAX, default 10).
Maximum queue size when the pool is at capacity (HSM_SESSION_POOL_QUEUE_MAX, default 100).
Maximum wait time in the queue before rejecting with exceptions.SessionPoolQueueTimeoutError (HSM_SESSION_POOL_QUEUE_TIMEOUT_MS, default 30000).
Minimum idle time, above the minimum threshold, before a session is recycled (HSM_SESSION_POOL_IDLE_TIMEOUT_MS, default 60000).
OptionalAbsolute limit for resizing/autoscaling at runtime. By default, it is equal to the maximum.
Session Pool Sizing Configuration — Global per Process In this v1 (ADR-0015), resolved via
HSM_SESSION_POOL_*.