diff options
| -rw-r--r-- | sys/src/9/pc/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/9/pc/main.c b/sys/src/9/pc/main.c index 52007d65a..1c24a85d5 100644 --- a/sys/src/9/pc/main.c +++ b/sys/src/9/pc/main.c @@ -404,7 +404,7 @@ confinit(void) } else { if(userpcnt < 10) { if(conf.npage*BY2PG < 16*MB) - userpcnt = 40; + userpcnt = 50; else userpcnt = 60; } |
