Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • Windows have supercache it greatly improves speed. Perhaps some lazy writes for IO that wait till up to 5 secondes. Commented Jan 25, 2013 at 2:23
  • @JimThio, Linux does that automatically. Commented Jan 26, 2013 at 6:41
  • A tmpfs is not a RAMFS. RAMFS is a piece of RAM reserved for use as a fake disk. tmpfs is using memory to save file data (and allow access via file operations), the space used grows and shrinks as required. If the memory is needed for something else, data is moved to swap. Commented Jan 26, 2013 at 6:46