--- /n/sources/plan9/sys/src/9/ip/devip.c Wed Jun 10 06:41:11 2026 +++ /sys/src/9/ip/devip.c Tue Aug 4 00:00:00 2026 @@ -1461,7 +1461,7 @@ ndbwrite(Fs *f, char *a, ulong off, int n) ulong scalednconv(void) { - if(cpuserver && conf.npage*BY2PG >= 128*MB) + if(conf.npage*BY2PG >= 128*MB) return Nchans*4; return Nchans; }