Live data from Hacker News

Use your Nvidia GPU's VRAM as swap space on Linux

github.com

1–10 of 142 posts

Re: Use your Nvidia GPU's VRAM as swap space on Linux

#3
> Built for laptops with soldered memory and no upgrade path. If you have an RTX card sitting there with 8GB of VRAM and you're getting swapped to SSD, this puts that VRAM to work.

Well, that does at least answer my immediate question about why I would ever swap from expensive RAM to really expensive RAM:) Feels niche, but when you want it it's a good idea.

Re: Use your Nvidia GPU's VRAM as swap space on Linux

#10
Remember how 16GBs used to be an enterprise level database mainframe?

Well, GPUs also have stupid amounts of compute on them. I have to imagine that there is some kind of database format that's useful with GPU compute attached.

Since the data is already in VRAM, the GPU can sort, join, or otherwise manipulate data as needed.

Post reply on HN