Sync with sys/i386/i386/machdep.c revision 1.371.
This commit is contained in:
parent
e9b6ffaaf2
commit
8b1b01b07c
@ -359,7 +359,7 @@ again:
|
||||
#endif
|
||||
|
||||
if (nbuf == 0) {
|
||||
nbuf = 30;
|
||||
nbuf = 50;
|
||||
if (physmem > 1024)
|
||||
nbuf += min((physmem - 1024) / 8, 2048);
|
||||
if (physmem > 16384)
|
||||
|
@ -359,7 +359,7 @@ again:
|
||||
#endif
|
||||
|
||||
if (nbuf == 0) {
|
||||
nbuf = 30;
|
||||
nbuf = 50;
|
||||
if (physmem > 1024)
|
||||
nbuf += min((physmem - 1024) / 8, 2048);
|
||||
if (physmem > 16384)
|
||||
|
Loading…
x
Reference in New Issue
Block a user