View Single Post
Old 10-09-2013, 09:16 AM   #60
NullNix
Guru
NullNix ought to be getting tired of karma fortunes by now.NullNix ought to be getting tired of karma fortunes by now.NullNix ought to be getting tired of karma fortunes by now.NullNix ought to be getting tired of karma fortunes by now.NullNix ought to be getting tired of karma fortunes by now.NullNix ought to be getting tired of karma fortunes by now.NullNix ought to be getting tired of karma fortunes by now.NullNix ought to be getting tired of karma fortunes by now.NullNix ought to be getting tired of karma fortunes by now.NullNix ought to be getting tired of karma fortunes by now.NullNix ought to be getting tired of karma fortunes by now.
 
Posts: 929
Karma: 15576314
Join Date: Jan 2013
Location: Ely, Cambridgeshire, UK
Device: Kindle Oasis 3, Kindle Oasis 1
Quote:
Originally Posted by knc1 View Post
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...
NullNix is offline   Reply With Quote