Date: Sun, 28 Mar 1999 06:16:06 -0800 (PST) From: Poul-Henning Kamp <phk@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib malloc.3 malloc.c Message-ID: <199903281416.GAA01755@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199903281416.GAA01755>
