Scott Prutton

Results 68 comments of Scott Prutton

Apologies for the delay. All of our configuration happens in the same file. We do the work [here](https://github.com/systeminit/si/blob/main/lib/si-layer-cache/src/hybrid_cache.rs#L101-L129). The defaults are set [here](https://github.com/systeminit/si/blob/main/lib/si-layer-cache/src/hybrid_cache.rs#L17-L26). Let me know if this gives you...

> May I ask if the argument is expected? It is a little larger for disks without PCIe 4.0 or nvme support. I landed on this number tinkering on my...

> May I ask why you are using gp2? In my experiences, gp3 is always better than gp2 in both performance and pricing. Just a legacy decision we haven't rectified...

I have some nice graphs set up and the rate limit set to ~240 mb/s. We're continuing to investigate on our side, but I will keep you posted if this...

> The other option is to create a `remote_rust_toolchain` that does not rely on the system `rustc`. The same needs to be done for cxx toolchain and clang, but I...