Client Database-Request Statement Cache Allocation Factor (-clstmtCacheAllocationFactor)
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Client Database-Request Statement Cache Allocation Factor (-clstmtCacheAllocationFactor)
Use Client Database-Request Statement Allocation Factor
(-clstmtAllocationFactor) to set the number of connections for
which you want to reserve shared memory.
| Operating system and syntax | UNIX / Windows |
-clstmtcacheallocationfactor
n
|
||
|---|---|---|---|---|
| Use with | Maximum value | Minimum value | Single-user default | Multi-user default |
| Database Server | 100 | 0 | N/A | 12 |
The clstmtCacheAllocationFactor default value is 12%, which allows you to
ensure that you have enough space reserved in the shared memory to contain statement
cache information for about one-eigth of the maximum (-n) connections. If you
want to ensure that enough space is reserved for all connections, set this value to
100.
For more information, see Client Database-Request Statement Cache.