diff options
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) |
