kernel: make system come up into bootrc with 8MB of memory
This commit is contained in:
parent
bef3c5a3c5
commit
e15102aa75
1 changed files with 1 additions and 1 deletions
|
@ -404,7 +404,7 @@ confinit(void)
|
|||
} else {
|
||||
if(userpcnt < 10) {
|
||||
if(conf.npage*BY2PG < 16*MB)
|
||||
userpcnt = 40;
|
||||
userpcnt = 50;
|
||||
else
|
||||
userpcnt = 60;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue