Index: openacs-4/packages/acs-tcl/tcl/site-nodes-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/site-nodes-procs.tcl,v diff -u -N -r1.135 -r1.136 --- openacs-4/packages/acs-tcl/tcl/site-nodes-procs.tcl 1 Nov 2018 08:58:36 -0000 1.135 +++ openacs-4/packages/acs-tcl/tcl/site-nodes-procs.tcl 2 Nov 2018 10:12:53 -0000 1.136 @@ -1290,9 +1290,11 @@ # file like the following: # # ns_section ns/server/${server}/acs/acs-tcl - # ns_param SiteNodesCacheSize 2000000 - # ns_param SiteNodesIdCacheSize 100000 - # ns_param SiteNodesChildenCacheSize 100000 + # ns_param SiteNodesCacheSize 10000000 + # ns_param SiteNodesCachePartitions 2 + # ns_param SiteNodesChildenCacheSize 10000000 + # ns_param SiteNodesChildenCachePartitions 2 + # ns_param SiteNodesIdCacheSize 200000 # ::acs::KeyPartitionedCache create ::acs::site_nodes_cache \ -package_key acs-tcl \