From owner-cvs-src@FreeBSD.ORG Sat Dec 15 23:16:05 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 90ABF16A41B; Sat, 15 Dec 2007 23:16:05 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7392913C47E; Sat, 15 Dec 2007 23:16:05 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lBFNG5IJ060926; Sat, 15 Dec 2007 23:16:05 GMT (envelope-from rrs@repoman.freebsd.org) Received: (from rrs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBFNG5vU060925; Sat, 15 Dec 2007 23:16:05 GMT (envelope-from rrs) Message-Id: <200712152316.lBFNG5vU060925@repoman.freebsd.org> From: Randall Stewart Date: Sat, 15 Dec 2007 23:16:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/kern kern_mbuf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Dec 2007 23:16:05 -0000 rrs 2007-12-15 23:16:04 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/kern kern_mbuf.c Log: - Add real sysctl's that change the limits on the number of 4k/9k and 16k clusters, the old sysctl's were just empty things that just set delusional numbers that had no effect :-( - Add an initial limit each to be 1/2 of the previous value starting at 2k.. i.e. limit for 4k = 1/2 of 2k, limit for 9k = 1/2 4k etc. Reviewed by: rwatson@freebsd.org Approved by: re@freebsd.org (gnn) Revision Changes Path 1.32.2.1 +66 -5 src/sys/kern/kern_mbuf.c