From owner-cvs-all Sun Mar 28 6:16:26 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1C06D156AD; Sun, 28 Mar 1999 06:16:23 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA01755; Sun, 28 Mar 1999 06:16:06 -0800 (PST) (envelope-from phk@FreeBSD.org) Message-Id: <199903281416.GAA01755@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 28 Mar 1999 06:16:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib malloc.3 malloc.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/03/28 06:16:06 PST Modified files: lib/libc/stdlib malloc.3 malloc.c Log: Disable the "Hint" option in phkmalloc as default. Recent VM system changes have made this too expensive. This gains about 1.25% on worldstone on my SMP machine. Swap-less machines, for instance PicoBSDs, and machines which experience page-out trafic, check with top(1), will probably want to reenable this with: ln -s H /etc/malloc.conf Suggested by: alc (&dyson ?) Revision Changes Path 1.18 +2 -2 src/lib/libc/stdlib/malloc.3 1.44 +2 -2 src/lib/libc/stdlib/malloc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message