Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 01/13/2005 11:49:10
Module Name: src
Committed By: yamt
Date: Thu Jan 13 11:49:10 UTC 2005
Modified Files:
src/sys/kern: kern_malloc.c
Log Message:
kmeminit_nkmempages: don't limit the size of kmem_map to physmem/4
because, while there's little benefit to do so, it easily causes
"out of space in kmem_map" panic on machines with small memory.
To generate a diff of this commit:
cvs rdiff -r1.93 -r1.94 src/sys/kern/kern_malloc.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.