Samuel Thibault, le ven. 10 janv. 2025 19:40:05 +0100, a ecrit: > Diego Nieto Cid, le mar. 07 janv. 2025 18:48:49 +0000, a ecrit: > > I've been running gnumach with this patch for some time, doing other > > porting/debugging tasks and suffered from sporadic filesystem corruption. > > Probably ext2fs doesn't really cope well with memory allocation > limitation?
We'd probably want to make root-owned ext2fs remove its limit. non-root-owned ext2fs might still die, one would probably want to make them behave, defaulting to making sure not to fill their cache with more than AS_LIMIT minus some margin. Samuel