Re: [PATCH hurd] rumpdisk: Try to reduce memory usage

2024-12-28 Thread Damien Zammit via Bug reports for the GNU Hurd
On 12/29/24 8:56 AM, Samuel Thibault wrote: > Damien Zammit via Bug reports for the GNU Hurd, le sam. 28 déc. 2024 06:39:04 > +, a ecrit: >> + setenv ("RUMP_MEMLIMIT", "16m", 1); > Did you test this a lot? > > We'd probably want to disable rump-side caching rather than putting > pressure on i

Re: [PATCH hurd] rumpdisk: Try to reduce memory usage

2024-12-28 Thread Samuel Thibault
Hello, Damien Zammit via Bug reports for the GNU Hurd, le sam. 28 déc. 2024 06:39:04 +, a ecrit: > + setenv ("RUMP_MEMLIMIT", "16m", 1); Did you test this a lot? We'd probably want to disable rump-side caching rather than putting pressure on it. Samuel