You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by br...@apache.org on 2014/11/11 20:43:01 UTC

[2/5] trafficserver git commit: TS-3178: Setting default values in records.config

TS-3178: Setting default values in records.config


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/ca56b3a9
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/ca56b3a9
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/ca56b3a9

Branch: refs/heads/master
Commit: ca56b3a93baa1e09a08870b6c12185b25278d0f0
Parents: b452c59
Author: Brian Geffon <br...@apache.org>
Authored: Tue Nov 11 11:25:48 2014 -0800
Committer: Brian Geffon <br...@apache.org>
Committed: Tue Nov 11 11:25:48 2014 -0800

----------------------------------------------------------------------
 mgmt/RecordsConfig.cc | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/ca56b3a9/mgmt/RecordsConfig.cc
----------------------------------------------------------------------
diff --git a/mgmt/RecordsConfig.cc b/mgmt/RecordsConfig.cc
index 8eab182..4c853b0 100644
--- a/mgmt/RecordsConfig.cc
+++ b/mgmt/RecordsConfig.cc
@@ -2033,7 +2033,9 @@ RecordElement RecordsConfig[] = {
   //# Per-thread freelist / allocator controls
   //#
   //############
-  {RECT_CONFIG, "proxy.config.allocator.thread_freelist_size", RECD_INT, "512", RECU_NULL, RR_NULL, RECC_NULL, NULL, RECA_NULL}
+  {RECT_CONFIG, "proxy.config.allocator.thread_freelist_high_watermark", RECD_INT, "512", RECU_NULL, RR_NULL, RECC_NULL, NULL, RECA_NULL}
+  ,
+  {RECT_CONFIG, "proxy.config.allocator.thread_freelist_low_watermark", RECD_INT, "256", RECU_NULL, RR_NULL, RECC_NULL, NULL, RECA_NULL}
   ,
 
   //############