Date: Thu, 6 Feb 2003 17:24:15 -0800 From: Arun Sharma <arun.sharma@intel.com> To: freebsd-ia64@freebsd.org Subject: msgbuf size Message-ID: <200302070124.h171OFr08115@unix-os.sc.intel.com>
next in thread | raw e-mail | index | archive | help
When I configure my box with a large msgbuf, so that I can see verbose boot messages, I get: WARNING: 106496 bytes not available for msgbuf in last cluster (8192 used) This seems to be related to this comment in machdep.c: /* * Initialize error message buffer (at end of core). */ Does it have to be at the end of core ? Why not use pmap_steal_memory to get hold of memory ? -Arun To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ia64" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302070124.h171OFr08115>