Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 703A0200C29 for ; Mon, 13 Feb 2017 13:01:24 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 6F093160B4D; Mon, 13 Feb 2017 12:01:24 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id E5721160B60 for ; Mon, 13 Feb 2017 13:01:23 +0100 (CET) Received: (qmail 27113 invoked by uid 500); 13 Feb 2017 12:01:23 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 27089 invoked by uid 99); 13 Feb 2017 12:01:22 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Feb 2017 12:01:22 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 6146EDFC2F; Mon, 13 Feb 2017 12:01:22 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: rajani@apache.org To: commits@cloudstack.apache.org Date: Mon, 13 Feb 2017 12:01:22 -0000 Message-Id: <8fd2069d08764de8bfa05db42fbdc3ec@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] git commit: updated refs/heads/master to dbb2193 archived-at: Mon, 13 Feb 2017 12:01:24 -0000 Repository: cloudstack Updated Branches: refs/heads/master 3c28ce7f4 -> dbb219364 CLOUDSTACK-9715: Update somaxconn value to default value Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/45c3d94d Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/45c3d94d Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/45c3d94d Branch: refs/heads/master Commit: 45c3d94d83cc70a80f493f2de62406853f06d6ac Parents: e02003d Author: Jayapal Authored: Thu Dec 29 15:39:53 2016 +0530 Committer: Suresh Kumar Anaparti Committed: Mon Feb 13 15:10:10 2017 +0530 ---------------------------------------------------------------------- systemvm/patches/debian/config/etc/sysctl.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/45c3d94d/systemvm/patches/debian/config/etc/sysctl.conf ---------------------------------------------------------------------- diff --git a/systemvm/patches/debian/config/etc/sysctl.conf b/systemvm/patches/debian/config/etc/sysctl.conf index 15648b3..b8a8fe0 100644 --- a/systemvm/patches/debian/config/etc/sysctl.conf +++ b/systemvm/patches/debian/config/etc/sysctl.conf @@ -51,7 +51,7 @@ net.ipv4.tcp_timestamps = 0 net.ipv4.netfilter.ip_conntrack_max = 1000000 net.ipv4.tcp_tw_reuse = 1 net.ipv4.tcp_max_tw_buckets = 1000000 -net.core.somaxconn = 1000000 +net.core.somaxconn = 65535 net.nf_conntrack_max = 1000000 net.netfilter.nf_conntrack_max = 1000000