diff options
| author | David Greenman <dg@FreeBSD.org> | 1997-01-15 20:46:02 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1997-01-15 20:46:02 +0000 |
| commit | 649c409d03464841e3076cb812c938ce94d11cb8 (patch) | |
| tree | 80b222a8d246fee7cd57a6c4ef76bc307b774810 /sys/kern/subr_param.c | |
| parent | 8964f83c4adb1323479e85c6fb945e580d5e4b09 (diff) | |
Notes
Diffstat (limited to 'sys/kern/subr_param.c')
| -rw-r--r-- | sys/kern/subr_param.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/subr_param.c b/sys/kern/subr_param.c index 209f8ef737cf..3738a581104c 100644 --- a/sys/kern/subr_param.c +++ b/sys/kern/subr_param.c @@ -100,8 +100,8 @@ int extravnodes = EXTRAVNODES; /* spare vnodes to allocate */ #endif int nmbclusters = NMBCLUSTERS; -/* allocate same amount of virtual address space for mbufs XXX */ -int nmbufs = NMBCLUSTERS * (MCLBYTES / MSIZE); +/* allocate 1/4th amount of virtual address space for mbufs XXX */ +int nmbufs = NMBCLUSTERS * 4; int fscale = FSCALE; /* kernel uses `FSCALE', user uses `fscale' */ |
