From owner-freebsd-commit Mon Jan 29 03:15:25 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA22399 for freebsd-commit-outgoing; Mon, 29 Jan 1996 03:15:25 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA22387 for cvs-all-outgoing; Mon, 29 Jan 1996 03:15:22 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA22380 for cvs-sys-outgoing; Mon, 29 Jan 1996 03:15:20 -0800 (PST) Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id DAA22355 Mon, 29 Jan 1996 03:15:04 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by Root.COM (8.6.12/8.6.5) with SMTP id DAA00221; Mon, 29 Jan 1996 03:15:11 -0800 Message-Id: <199601291115.DAA00221@Root.COM> X-Authentication-Warning: implode.Root.COM: Host localhost didn't use HELO protocol To: CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/kern kern_malloc.c In-reply-to: Your message of "Mon, 29 Jan 1996 03:12:40 PST." <199601291112.DAA22251@freefall.freebsd.org> From: David Greenman Reply-To: davidg@Root.COM Date: Mon, 29 Jan 1996 03:15:11 -0800 Sender: owner-commit@FreeBSD.ORG Precedence: bulk >davidg 96/01/29 03:12:40 > > Modified: sys/kern kern_malloc.c > Log: > Implement what I mentioned in rev 1.18: limit per-bucket allocations to ^^^^^^^^^^ Woops, I meant "per-type" allocations. > 60% of physical memory or 60% of malloc area size, whichever is smaller. > > Revision Changes Path > 1.19 +7 -3 src/sys/kern/kern_malloc.c -DG David Greenman Core Team/Principal Architect, The FreeBSD Project