Updated Branches: refs/heads/master cdbfe1d6d -> b91279d99
TS-2090 Make proxy.config.allocator.enable_reclaim default based on build instructions Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/b91279d9 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/b91279d9 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/b91279d9 Branch: refs/heads/master Commit: b91279d9992bd9fd7a8fd76db78bff584bfdf385 Parents: cdbfe1d Author: Leif Hedstrom <[email protected]> Authored: Fri Aug 2 19:05:28 2013 +0200 Committer: Leif Hedstrom <[email protected]> Committed: Fri Aug 2 19:05:28 2013 +0200 ---------------------------------------------------------------------- CHANGES | 3 +++ proxy/config/records.config.default.in | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/b91279d9/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index 5250459..3cc9cd7 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,9 @@ Changes with Apache Traffic Server 3.3.5 + *) [TS-2090 Make proxy.config.allocator.enable_reclaim default based on + build instructions. + *) [TS-2086] Remove a few more unused configs. *) [TS-1685] Remove TS_MICRO and fellas. http://git-wip-us.apache.org/repos/asf/trafficserver/blob/b91279d9/proxy/config/records.config.default.in ---------------------------------------------------------------------- diff --git a/proxy/config/records.config.default.in b/proxy/config/records.config.default.in index b3b7a09..d2649c0 100644 --- a/proxy/config/records.config.default.in +++ b/proxy/config/records.config.default.in @@ -617,7 +617,7 @@ CONFIG proxy.config.diags.show_location INT 0 # bit 1: allocate memory from partial-free Chunks(if exist) or OS CONFIG proxy.config.allocator.debug_filter INT 0 # The value of enable_reclaim should be 0 or 1. Default 1, reclaim enabled. -CONFIG proxy.config.allocator.enable_reclaim INT 1 +CONFIG proxy.config.allocator.enable_reclaim INT @use_reclaimable_freelist@ # The value of reclaim_factor should be in 0.0 ~ 1.0, allocator use it to # calculate average value of idle memory in InkFreeList, which will determine # when to reclaim memory. The larger the value, the faster the reclaiming.
