diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2017-03-11 16:28:11 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2017-03-11 16:28:11 +0100 |
commit | a7f8ebca2f09f6bb5195354a8f00c23a68dbd935 (patch) | |
tree | 2d1327f136b0a075845b4280537cdfc8ebe9a056 /sys/src/9/pc64 | |
parent | 5104934135feec1bfb2c1543028fe40bb4a41573 (diff) |
pc kernel: give cpu servers as many image cache strctures as processes
Diffstat (limited to 'sys/src/9/pc64')
-rw-r--r-- | sys/src/9/pc64/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/9/pc64/main.c b/sys/src/9/pc64/main.c index 040a01831..b1840ed65 100644 --- a/sys/src/9/pc64/main.c +++ b/sys/src/9/pc64/main.c @@ -200,6 +200,7 @@ confinit(void) if(userpcnt < 10) userpcnt = 70; kpages = conf.npage - (conf.npage*userpcnt)/100; + conf.nimage = conf.nproc; } else { if(userpcnt < 10) { if(conf.npage*BY2PG < 16*MB) |