TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Does anyone stil use RAM disks?

8 pointsby mr-pinkalmost 2 years ago

5 comments

dustedalmost 2 years ago
Yes, for specific things.<p>On my gaming pc i have a small 256GiB SSD for Windows, and a 4 disk raid0 of spinners for my games library (I have a policy of keeping all of my library installed and updated, so when I want to play a game, no time will be spent installing it).<p>A few games will ignore the 64 GiB RAM in the machine, and insist on swapping random bits from disk at all times for no good reason (Diablo 2 Resurrected). I then create a ramdisk for the game and play off of that instead.<p>This is on Windows by the way, I use &quot;ImDisk&quot;
LinuxBenderalmost 2 years ago
Yes all the time. Anything that would otherwise beat up my storage is performed in ram and then committed back to disk. I also use that any time I need to repeatedly grep large data-sets. I also log non critical data to ram and then rotate it out to disk so that web visitors are not thrashing my storage regardless if spinning disk or SSD. My daily driver creates several tmpfs mounts with specific UID&#x2F;GID&#x27;s on startup for my home directory to keep some applications from persisting data.
atmanactivealmost 2 years ago
I use a RAM disk to hold my work related source tree on windows. Some 30000 files. Then I can do global search (find in files) on all files in a matter of seconds. Doing this on a fast NVMe without a RAM disk would usually take few minutes.
stop50almost 2 years ago
My .cache is a ramdisk and several directories on linux are literal ramdisks.
DamonHDalmost 2 years ago
As in zram and&#x2F;or tmpfs on Linux? More than half the mounts on the first of my RPis that I just looked at are tmpfs, eg for &#x2F;run.