Comment by hyperific

Comment by hyperific 2 days ago

7 replies

RAM Disks. Basically extremely fast storage using RAM sticks slotted into a specially made board that fit in a PCIe slot. Not sure what happened to the project exactly but the website disappeared sometime in 2023.

The idea that you could read and write data at RAM speeds was really exciting to me. At work it's very common to see microscope image sets anywhere from 20 to 200 GB and file transfer rates can be a big bottleneck.

Archive capture circa 2023: https://web.archive.org/web/20230329173623/https://ddramdisk...

HN post from 2023: https://news.ycombinator.com/item?id=35195029

arjvik 2 days ago

I’m confused why this can’t be done in software?

    mount -t tmpfs ram /mnt/ramdisk
  • dlcarrier 2 days ago

    Products to attach RAM to expansion slots have long existed and continue to be developed. It's a matter of adding more memory once all of the DIMMs are full.

    What to do with it, once it's there, is a concern of software, but specialized hardware is needed to get it there.

    • rzzzt 2 days ago

      Also battery backup (or at least some beefy capacitors).

robotswantdata 2 days ago

soon will be able to buy a gigabyte AI Top CXL R5X4. PCI expansion card with up to 512gb RAM over four DIMMs.

carstenhag 2 days ago

You can do this in software, I tried it a few times with games and just other stuff ~10 years ago. Why would it have to be a hardware solution?