I have an application which opens a large file (about 1-2GB) every time it runs.
For development/testing reasons, I need to keep restarting the application, and the 30s-1m wait time to load the file from HDD becomes a bit inconvenient.
Is there a way to put the file in the RAM (and keep it there), so loading would be faster?