tpill90

Members
  • Posts

    5
  • Joined

Everything posted by tpill90

  1. What drives (model number is helpful) are you running in the server? Do they have a dram cache? This sounds like your drives simply can't handle the write workload. The SLC cache on the drive is exhausted, so the remaining writes go at the actual full speed of the drive. The huge drop in performance causes huge contention between the applications writing to disk, amplifying the performance issues they all are having. The reads aren't affected by this because reads don't suffer from the same kind of issues. They will generally be at full speed.
  2. This shouldn't be an issue in the future, hopefully. Steam appears to issue 6 month session tokens now, and I'm fairly certain they should be getting refreshed on each login now. But I guess we'll find out in about 6 months if I didn't implement anything correctly 😆
  3. One thing to note here, you don't need to drop the --recent flag if you want to also use select-apps. You can do any combination of select-apps, --recent, --top, etc. And it will prefill the combination of them all.
  4. I've written up documentation to help with getting SteamPrefill setup with User Scripts. You can find it here : https://tpill90.github.io/steam-lancache-prefill/install-guides/Unraid-Setup-Guide/ Please let me know if that works out for you, or if there is anything unclear that needs to be improved.