<div dir="ltr">On Wednesday, January 6, 2016 at 1:17:12 PM UTC+1, Min RK wrote:<blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;"><div dir="ltr"><div><div class="gmail_quote"><div>Files aren't used for output. The filesystem should only be involved, if at all, in the exceptional case of output overflow.</div></div></div></div></blockquote><div><br></div><div>Everything is a file of sorts... map is just ram with filesystem backing. </div><div><br></div><div>You can put large stuff that you don't continuously access into ram (which will then be paged out -> swapfs) or you put it into a temp file (either tmpfs->swap or disk). However you call it, large data that is not continuously accessed must end up on the disk because thats what it is good for.</div><div><br></div><div><br></div></div>