Find Related products on Amazon

Shop on Amazon

Vramfs: Vram Based Filesystem for Linux

Published on: 2025-05-23 07:51:12

vramfs Unused RAM is wasted RAM, so why not put some of that VRAM in your graphics card to work? vramfs is a utility that uses the FUSE library to create a file system in VRAM. The idea is pretty much the same as a ramdisk, except that it uses the video RAM of a discrete graphics card to store files. It is not intented for serious use, but it does actually work fairly well, especially since consumer GPUs with 4GB or more VRAM are now available. On the developer's system, the continuous read performance is ~2.4 GB/s and write performance 2.0 GB/s, which is about 1/3 of what is achievable with a ramdisk. That is already decent enough for a device not designed for large data transfers to the host, but future development should aim to get closer to the PCI-e bandwidth limits. See the benchmarks section for more info. Requirements Linux with kernel 2.6+ FUSE development files A graphics card with support for OpenCL 1.2 Building First, install the OpenCL driver for your graphics car ... Read full article.