Tagged Questions
4
votes
2answers
251 views
How to place / store a file in memory on linux?
I have read somewhere that one can put a file on a linux system into memory, and loading it will be superfast.
How do I do this? How do I verify the file is loaded from memory?
2
votes
3answers
215 views
Is there a way to tell the system to keep a folder to reside in memory?
I'm developing a Java EE web application and I'm trying to speed up the testing process. To do so I was wondering if there is a way to tell the system to keep my build folder in system memory?
2
votes
1answer
2k views
Is the file table in the filesystem or in memory?
In the context of operating system control tables, does the term "file tables" refer to a data structure that is part of the filesystem, or that is in main memory (and in which case I assume it would ...