From owner-freebsd-current Sat Jun 28 06:41:27 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id GAA19864 for current-outgoing; Sat, 28 Jun 1997 06:41:27 -0700 (PDT) Received: from implode.root.com (implode.root.com [198.145.90.17]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id GAA19857 for ; Sat, 28 Jun 1997 06:41:24 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by implode.root.com (8.8.5/8.8.5) with SMTP id GAA27918; Sat, 28 Jun 1997 06:42:07 -0700 (PDT) Message-Id: <199706281342.GAA27918@implode.root.com> X-Authentication-Warning: implode.root.com: localhost [127.0.0.1] didn't use HELO protocol To: ade@demon.net cc: freebsd-current@FreeBSD.ORG Subject: Re: 3.0-current issues (build 97-06-28) In-reply-to: Your message of "Sat, 28 Jun 1997 14:08:42 BST." From: David Greenman Reply-To: dg@root.com Date: Sat, 28 Jun 1997 06:42:07 -0700 Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > >Hi all, this is my first posting here, so please be gentle :) > >I'm currently experimenting with a relatively large FreeBSD/SMP >box as a dedicated nnrp server, with a remote NFS-mounted spool >over FDDI. > >Machine is a PR440FX motherboard, with dual Intel Pentium-Pro 200MHz >processors, 512Mb of main memory, Adaptec 3940 SCSI controller, >a couple of DC21040 ethernet cards, and a DEFPA FDDI adapter. > >With kernel options: > > maxusers 512 > options "MAXMEM=(512*1024)" > >I'm seeing a number of > panic: kmem_malloc: kmem_map too small Find VM_KMEM_SIZE in /sys/i386/include/vmparam.h and double it to 64MB. The next problem you'll encounter is running out of kernel virtual memory, but hopefully you'll get by for now. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project