From owner-freebsd-questions@FreeBSD.ORG Fri Nov 19 02:27:28 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4F5216A4CE for ; Fri, 19 Nov 2004 02:27:28 +0000 (GMT) Received: from mail54-haw-R.bigfish.com (mail-haw.bigfish.com [12.129.199.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id D51E143D1D for ; Fri, 19 Nov 2004 02:27:27 +0000 (GMT) (envelope-from raghu@verniernetworks.com) Received: from mail54-haw.bigfish.com (localhost.localdomain [127.0.0.1]) by mail54-haw-R.bigfish.com (Postfix) with ESMTP id 87FAE32D34D for ; Fri, 19 Nov 2004 02:27:27 +0000 (UCT) X-BigFish: VC Received: by mail54-haw.bigfish.com (MessageSwitch) id 1100831247514897_2808; Fri, 19 Nov 2004 02:27:27 +0000 (UCT) Received: from exch2.verniernetworks.com (dns.verniernetworks.com [65.200.185.165]) by mail54-haw.bigfish.com (Postfix) with ESMTP id 8CF6832D2AB for ; Fri, 19 Nov 2004 02:27:26 +0000 (UCT) X-MimeOLE: Produced By Microsoft Exchange V6.5.6944.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Thu, 18 Nov 2004 18:27:24 -0800 Message-ID: <085485A8ADCB4B49874A54D6185A21FD61941C@exch2.verniernetworks.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Does anyone know ks_limit equivalent in FreeBSD 5 Thread-Index: AcTN3049fbKg8JX1QOmCw4jp5cEVqg== From: "Raghu Kotha" To: Subject: Does anyone know ks_limit equivalent in FreeBSD 5 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Nov 2004 02:27:28 -0000 Hi, In FreeBSD 4.x in "malloc_type" structure we have a member called "ks_limit" what is the equivalent of this in 5.x world? For sure it is not ks_size. Do we need to compute it based on kmemzones? Appreciate any pointers on how to get the memory limit.=20 Raghu