Repository: trafficserver Updated Branches: refs/heads/master 6e33c64c1 -> 758b5ebfc
TS-3731 Missed removing some reclaimable freelist configs Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/758b5ebf Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/758b5ebf Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/758b5ebf Branch: refs/heads/master Commit: 758b5ebfca77d02ff78e6dc2042b093d7e2e2aba Parents: 6e33c64 Author: Leif Hedstrom <[email protected]> Authored: Wed Jul 1 17:13:39 2015 -0700 Committer: Leif Hedstrom <[email protected]> Committed: Wed Jul 1 17:13:39 2015 -0700 ---------------------------------------------------------------------- mgmt/RecordsConfig.cc | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/758b5ebf/mgmt/RecordsConfig.cc ---------------------------------------------------------------------- diff --git a/mgmt/RecordsConfig.cc b/mgmt/RecordsConfig.cc index b6a0922..5626f9d 100644 --- a/mgmt/RecordsConfig.cc +++ b/mgmt/RecordsConfig.cc @@ -1965,22 +1965,6 @@ static const RecordElement RecordsConfig[] = //############ //# - //# Using for Reclaimable InkFreeList memory pool - //# - //############ - {RECT_CONFIG, "proxy.config.allocator.enable_reclaim", RECD_INT, "1", RECU_NULL, RR_NULL, RECC_NULL, "[0-1]", RECA_NULL} - , - {RECT_CONFIG, "proxy.config.allocator.max_overage", RECD_INT, "3", RECU_NULL, RR_NULL, RECC_NULL, NULL, RECA_NULL} - , - {RECT_CONFIG, "proxy.config.allocator.reclaim_factor", RECD_FLOAT, "0.3", RECU_NULL, RR_NULL, RECC_NULL, NULL, RECA_NULL} - , - {RECT_CONFIG, "proxy.config.allocator.debug_filter", RECD_INT, "0", RECU_NULL, RR_NULL, RECC_NULL, "[0-3]", RECA_NULL} - , - {RECT_CONFIG, "proxy.config.allocator.hugepages", RECD_INT, "0", RECU_RESTART_TS, RR_NULL, RECC_NULL, "[0-1]", RECA_NULL} - , - - //############ - //# //# Per-thread freelist / allocator controls //# //############ @@ -1989,6 +1973,8 @@ static const RecordElement RecordsConfig[] = , {RECT_CONFIG, "proxy.config.allocator.thread_freelist_low_watermark", RECD_INT, "32", RECU_NULL, RR_NULL, RECC_NULL, NULL, RECA_NULL} , + {RECT_CONFIG, "proxy.config.allocator.hugepages", RECD_INT, "0", RECU_RESTART_TS, RR_NULL, RECC_NULL, "[0-1]", RECA_NULL} + , //############ //#
