Using NVME SSDs as memory while prioritizing real memory (limiting virtual memory to specific tasks)

0

we have one scenario where local storage is not enough and we need to utilize network storage. Since network storage comes with latency and is slow (HDDs in this case), is there a way to extend the memory with the Storage Capacity of NVME SSDs for system file caching (database) while preserving the real memory for low latency tasks?

user2693017

Posted 2019-03-02T11:09:22.587

Reputation: 111

4Depending on the nature of your network storage and the rest of the setup, you could just use bcache or something similar. – Daniel B – 2019-03-02T11:12:39.027

2Which operating system(s)? – harrymc – 2019-03-02T11:37:48.210

@harrymc ubuntu – user2693017 – 2019-03-03T01:34:47.783

Bcache sounds very interesting, I'll dig into it. – user2693017 – 2019-03-03T01:38:27.097

No answers