diff options
| author | Matthew Dillon <dillon@FreeBSD.org> | 1999-10-24 03:27:28 +0000 |
|---|---|---|
| committer | Matthew Dillon <dillon@FreeBSD.org> | 1999-10-24 03:27:28 +0000 |
| commit | 9782fb62094879e38d2601b84f8eb9d4218dcfe7 (patch) | |
| tree | 72e1a7d1f432c9b2855a490d2a9fac11dd1dd356 /sys/amd64 | |
| parent | b130e2d2dcfe896345d5bb720e2c4542454dc8c7 (diff) | |
Notes
Diffstat (limited to 'sys/amd64')
| -rw-r--r-- | sys/amd64/amd64/machdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/amd64/machdep.c b/sys/amd64/amd64/machdep.c index 85cc1631cd77..11f1880fec80 100644 --- a/sys/amd64/amd64/machdep.c +++ b/sys/amd64/amd64/machdep.c @@ -347,7 +347,7 @@ again: #endif if (nbuf == 0) { - nbuf = 30; + nbuf = 50; if (physmem > 1024) nbuf += min((physmem - 1024) / 8, 2048); if (physmem > 16384) |
