Quote:
Originally Posted by knc1
I think the same restriction applies to NFS (or, at least, it used to apply).
|
Recent kernels can swap over NFS, but it was a very hard problem: a huge patchset brewing for literally years. The solution involves an emergency memory pool that the network subsystem can dip into for packet buffers, so it won't make it any more possible to swap to FUSE. *That* is risky as hell even if you mlockall() your entire FUSE daemon into memory, because stack allocations can still happen...