Can a ram disk be used instead of the SSD to run the benchmark and permutor-cli tool? #24
-
I realized my SSD's sequential reads is not fast enough to keep up with >= 2k@120. Is it possible to load the file into RAM instead? According to this, the RAM speed is much faster than disk. The 4k-120 file is 28 G, so I could use 32 GB at a minimum. But with only 4 GB of free ram, that could impact performance? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hey there! It could be possible to do it all in RAM. I considered adding a RAM mode to get around SSD/storage limitations initially but never put work to it. Either loading the whole video file at once into RAM or doing some clever partial load && read from your storage to keep your memory packed. Would you be interested in a RAM mode of this tool? 😊 |
Beta Was this translation helpful? Give feedback.
Hey there! It could be possible to do it all in RAM. I considered adding a RAM mode to get around SSD/storage limitations initially but never put work to it.
Either loading the whole video file at once into RAM or doing some clever partial load && read from your storage to keep your memory packed.
Would you be interested in a RAM mode of this tool? 😊