Hi Leo! Leo Famulari writes: > On Tue, Apr 06, 2021 at 05:42:15PM -0400, Maxim Cournoyer wrote: >> From c720e68229322e5c38c0321b021e8d6430636111 Mon Sep 17 00:00:00 2001 >> From: Maxim Cournoyer >> Date: Tue, 6 Apr 2021 17:37:33 -0400 >> Subject: [PATCH] system: vm: Set a larger value for the msize option of the 9p >> file system. >> >> Fixes . >> >> * gnu/system/vm.scm (mapping->file-system): Set the msize option to a value of >> 100 MiB (from the default 8 KiB). >> >> Reported-by: Leo Famulari > > Thanks! I'll test and push along with the next kernel update (that's > when I noticed this warning). Feel free to push sooner if you like. I hope I'm timely; I've made a revised version of the patch, that should cover more cases (and actually uses 100 MiB rather than 1 MiB :-)). Thank you,