←back to thread

62 points hiAndrewQuinn | 1 comments | | HN request time: 0.305s | source
Show context
Jhsto ◴[] No.44392728[source]
Speaking of RAM and disks, does anyone know what happens if you structure LVM volume such that there is a RAM based tmpfs as a front cache? Consistency issues aside, could it increase performance? Suppose I have an application that behaves such that it has very IO heavy write buffer of around 100GB with 10x or so NVMe backed storage for more rarely used data. Would you do something else? The main problem I have currently is that the NVMes overheat occasionally from high IOPS which adds a lot of latency variance.
replies(1): >>44394422 #
1. theblazehen ◴[] No.44394422[source]
Does the page cache not already do that? You can tweak the writeback delay etc