TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Does anyone stil use RAM disks?

8 点作者 mr-pink将近 2 年前

5 条评论

dusted将近 2 年前
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;
LinuxBender将近 2 年前
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.
atmanactive将近 2 年前
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.
stop50将近 2 年前
My .cache is a ramdisk and several directories on linux are literal ramdisks.
DamonHD将近 2 年前
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.