💻 Software
Is there such a thing as a persistent ram drive?
Fresh5 days ago
Mar 15, 20269812 viewsConfidence Score0%
0%
Problem
I have a laptop with a LAMP setup. The HDD is slow, which causes my unit tests to run slowly. I was wondering whether I could mount the web root the mysql database on some kind of ramdisk. From what I have read of ramdisks, they are non-persistent. Is there anyway to create a ramdisk that writes ch…
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Is there such a thing as a persistent ram drive?
Low Risk
What you are looking for is something that stores the fs data in memory, persists it if it can, but doesn't worry too much about losing your data (as in if someone turns off the power). You could look into cachefs, and see if you can configure it to…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix