You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by yu...@apache.org on 2013/09/07 09:45:33 UTC

git commit: TS-2168: set 'enable_reclaim' to 1 as default in records.config

Updated Branches:
  refs/heads/master 2529257cb -> 9fab65b01


TS-2168: set 'enable_reclaim' to 1 as default in records.config

Signed-off-by: Yunkai Zhang <qi...@taobao.com>


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

Branch: refs/heads/master
Commit: 9fab65b0136cdf822bbde8fb103d441345ec79ce
Parents: 2529257
Author: Yunkai Zhang <qi...@taobao.com>
Authored: Sat Sep 7 15:39:03 2013 +0800
Committer: Yunkai Zhang <qi...@taobao.com>
Committed: Sat Sep 7 15:44:24 2013 +0800

----------------------------------------------------------------------
 proxy/config/records.config.default.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/9fab65b0/proxy/config/records.config.default.in
----------------------------------------------------------------------
diff --git a/proxy/config/records.config.default.in b/proxy/config/records.config.default.in
index 900d571..84701c3 100644
--- a/proxy/config/records.config.default.in
+++ b/proxy/config/records.config.default.in
@@ -612,7 +612,7 @@ CONFIG proxy.config.diags.show_location INT 0
 #	    --enable-reclaimable-freelist
 #
 ##############################################################################
-CONFIG proxy.config.allocator.enable_reclaim INT 0
+CONFIG proxy.config.allocator.enable_reclaim INT 1
   # The value of reclaim_factor should be in the 0.0 to 1.0 range. Allocators
   # use it to calculate size of unused memory, which is used to determine when
   # to reclaim memory. The larger the value, the more aggressive reclaims.