On Tue, Apr 06, 2021 at 08:42:38PM -0400, Maxim Cournoyer wrote: > 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, > > From eb600c4ffbc8016709db9471f9dc0be1d60167a7 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 (%default-msize-value): New variable. > (%linux-vm-file-systems): Use it as the value of the msize option. > (mapping->file-system): Likewise. > > Reported-by: Leo Famulari Pushed as bdc96f6e0e7fbf502f368d3381297ec0b75216d7 Thanks!