You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@trafficserver.apache.org by James Peach <jp...@apache.org> on 2014/05/12 20:02:27 UTC

Re: git commit: TS-2736: Add config option to set the max open files limit for the traffic_server process to some percentage of the fs.file-max proc value on Linux. The default is 90%.

On Apr 24, 2014, at 12:50 PM, James Peach <jp...@apache.org> wrote:

> On Apr 24, 2014, at 10:45 AM, sorber@apache.org wrote:
> 
>> Repository: trafficserver
>> Updated Branches:
>> refs/heads/master eb183eef9 -> 22ed6d8ed
>> 
>> 
>> TS-2736: Add config option to set the max open files limit for the traffic_server
>> process to some percentage of the fs.file-max proc value on Linux. The default is 90%.
>> 
>> 
>> Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
>> Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/22ed6d8e
>> Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/22ed6d8e
>> Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/22ed6d8e
>> 
>> Branch: refs/heads/master
>> Commit: 22ed6d8ed1f63b87e3c9dc419f8ce58555aa6001
>> Parents: eb183ee
>> Author: Phil Sorber <so...@apache.org>
>> Authored: Thu Apr 24 11:43:25 2014 -0600
>> Committer: Phil Sorber <so...@apache.org>
>> Committed: Thu Apr 24 11:43:45 2014 -0600
>> 
>> ----------------------------------------------------------------------
>> CHANGES                                         |  3 +++
>> .../configuration/records.config.en.rst         |  4 ++++
>> lib/perl/lib/Apache/TS/AdminClient.pm           |  1 +
>> mgmt/Main.cc                                    | 24 ++++++++++++++++++++
>> mgmt/RecordsConfig.cc                           |  3 +++
>> proxy/Main.cc                                   | 19 +++++++++++++++-
> 
> Are you planning to move the duplicate code into a single place in libts? That would be pretty helpful.

One more thing ... this should not use syslog directly. Use the diagnostics API.

J