summaryrefslogtreecommitdiff
path: root/cmake/config
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/config')
-rw-r--r--cmake/config/ssm.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/config/ssm.cmake b/cmake/config/ssm.cmake
index 26604f70..589171ea 100644
--- a/cmake/config/ssm.cmake
+++ b/cmake/config/ssm.cmake
@@ -29,6 +29,8 @@ set(SSM_FLOW_SET_PREFIX "/${SHM_PREFIX}.set." CACHE INTERNAL
# Number of shards per size class for reducing contention
set(SSM_POOL_SHARDS 4 CACHE STRING
"Number of allocator shards per size class")
+set(SSM_POOL_RECLAIM_AGE_S 60 CACHE STRING
+ "Minimum age in seconds before a block is presumed stale and reclaimed")
# Global Shared Packet Pool (GSPP) - for privileged processes
# Shared by all processes in 'ouroboros' group (~60 MB total)