From owner-freebsd-hackers@FreeBSD.ORG Mon May 5 09:32:38 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40CDB37B401 for ; Mon, 5 May 2003 09:32:38 -0700 (PDT) Received: from HAL9000.homeunix.com (12-233-57-131.client.attbi.com [12.233.57.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F46E43FAF for ; Mon, 5 May 2003 09:32:37 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Received: from HAL9000.homeunix.com (localhost [127.0.0.1]) by HAL9000.homeunix.com (8.12.9/8.12.5) with ESMTP id h45GWadN007812; Mon, 5 May 2003 09:32:36 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by HAL9000.homeunix.com (8.12.9/8.12.5/Submit) id h45GWZkd007811; Mon, 5 May 2003 09:32:35 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Date: Mon, 5 May 2003 09:32:35 -0700 From: David Schultz To: Simon Lai Message-ID: <20030505163235.GA7679@HAL9000.homeunix.com> Mail-Followup-To: Simon Lai , freebsd-hackers@freebsd.org References: <20030505232029.A46013@pobox.com.> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030505232029.A46013@pobox.com.> cc: freebsd-hackers@FreeBSD.ORG Subject: Re: 180,000 kevents - out of memory errors X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 May 2003 16:32:38 -0000 On Mon, May 05, 2003, Simon Lai wrote: > Currently I can only queue around 80,000 - 90,000 > kevents, with this config - > > maxfiles=250000 > nmbclusters=35000 > nmbufs=210000 > > with this config I can make 180,000 connections and > queue 180,000 kevents - > > maxfiles=200000 > nmbclusters=40000 > nmbufs=240000 > > what should I do to improve the number of kevents > I can queue? Try increasing the sysctl kern.kq_calloutmax if you haven't done so already.