▲ | fpoling 2 days ago | |||||||
What is random.bin? I was testing with a json dataset that compresses by factor like 2.5 with zram. But if random is incompressible, then zram does not write compressed data but rather the original resulting in much faster read speed. Also on your SSD do you have logical 4K sector or 512 byte sectors? If the latter, then Linux distros defaults to 512 LUKS sectors on them resulting in much slower performance especially with writes. I always ensure that LUKS sectors are 4K even if SSD reports 512 bytes and does not allow to change that to 4K like Samsung 9* series. | ||||||||
▲ | vlovich123 a day ago | parent [-] | |||||||
4k sectors. I don’t have a 25gib json file. Where can I get/generate the dataset you were using? | ||||||||
|