Leaderboard

Popular Content

Showing content with the highest reputation on 07/05/21 in Report Comments

  1. Um, wow. So with the latest changes with the appdata ramdisk, my writes for the last day was a mere 8gb?!? Now the rsync cron didn''t work for the first few hours for some reason so changed it to hourly for the last ~13 hours, so the real writes every 2 hours would most likely be a bit more but honestly might just stick with every hour if it is only ~16gb of writes. So to recap: BTRFS image > XFS SSD everything stock = ~25GB/day BTRFS image > BTRFS SSD everything stock = 75-85GB/day Docker Folder > BTRFS SSD everything stock = ~60gb/day BTRFS image > BTRFS SSD > Disabled the low hanging fruit docker json logs = ~48gb/day BTRFS image > BTRFS SSD > Disabled all misbehaving docker json logs for running containers except those I want to see + added ramdrives to /tmp in containers that do internal logging = ~30gb/day BTRFS image > BTRFS SSD > Disabled all misbehaving docker json logs for running containers except those I want to see + added ramdrives to /tmp in containers that do internal logging + moved appdata for the *arr's and qbittorrent to a ramdisk with ~bi-hourly rsyncs to the ssd appdata = ~8-12gb/day Since most of the writes are large writes from the rsync, there is very little write amplification which vastly improves the total writes from the day even though that is possibly more raw data being written to the drive.
    1 point