This is an automated email from the ASF dual-hosted git repository.

amc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new 5401e01c Fix typo of the nofiles ulimit to a sane number
5401e01c is described below

commit 5401e01cea93c8de649eadac43e717aab44a9537
Author: Susan Hinrichs <[email protected]>
AuthorDate: Wed Sep 26 08:08:09 2018 -0500

    Fix typo of the nofiles ulimit to a sane number
---
 rc/trafficserver.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rc/trafficserver.in b/rc/trafficserver.in
index e126c5f..9d72a46 100644
--- a/rc/trafficserver.in
+++ b/rc/trafficserver.in
@@ -294,7 +294,7 @@ rc_start_hook()
 
 # Make sure the NOFILES limit is set high in case this process is not 
 # started from a logged in prompt
-ulimit -n 5000000
+ulimit -n 500000
 
 # main
 case "$1" in

Reply via email to