55
DAS or NAS for an Arr Setup w/ Plex?
(lemmy.dbzer0.com)
1. Posts must be related to the discussion of digital piracy
2. Don't request invites, trade, sell, or self-promote
3. Don't request or link to specific pirated titles, including DMs
4. Don't submit low-quality posts, be entitled, or harass others
📜 c/Piracy Wiki (Community Edition):
💰 Please help cover server costs.
Ko-fi | Liberapay |
Just here to say that the *arrs and Plex use sqlite3 databases. If these are over the network then they're going to run SUPER slow.
At least for me, when running it over NFS the arr logs were full of waiting for locked databaae and Plex started to show similar warnings in the logs after a few people were using it.
I agree that sqlite is slower through the network than a database server that was made with that in mind, but I think in your case the majority of it was something different.
I've recently read in the Jellyfin docs about problems with fs locks on an NFS share, and the point is that NFS does not enable locks by default or something like that, and you have to configure it yourself.