Oct 15, 2024 02:46:02.855 [139766468229944] INFO - Plex Media Server v1.41.1.9057-af5eaea7a - Docker Docker Container (LinuxServer.io) x86_64 - build: linux-x86_64 debian - GMT -04:00
Oct 15, 2024 02:46:02.855 [139766468229944] INFO - Linux version: 5.15.0-122-generic, language: en-US
Oct 15, 2024 02:46:02.855 [139766468229944] INFO - Processor: 8-core Common KVM processor
Oct 15, 2024 02:46:02.855 [139766468229944] INFO - Compiler is - Clang 11.0.1 (https://plex.tv 9b997da8e5b47bdb4a9425b3a3b290be393b4b1f)
Oct 15, 2024 02:46:02.855 [139766468229944] INFO - /usr/lib/plexmediaserver/Plex Media Server
Let’s check the easiest task first. We’re going to count all the directories (local and on your NAS) used by Plex. It looks something like this: (edit as needed)
List all the directories in use
find /nas/mediadir1 /nas/media2 /nas/media99 -type d -print | wc -l
It doesn’t matter how many directories you list on this command line.
Be certain to add them all, or even one level higher if that’s easier and almost as accurate (I have all my media in subdirs under /nas/media. I use ‘/nas/media’ when counting. It pads by only a few and is insignificant)
That’s a hint this is our problem. You might have more than 8192 or 65536 folders in total. (organized music and photos will make that total spin right up)