A few weeks ago I noticed that my NAS has a higher idle disk usage than it used to have. I can now hear the disk being accessed nearly constantly while this wasn’t the case before. With trial-and-error I found that Plex is the cause for this high disk usage.
I’m not fluid with Linux commands but with the command “iotop” I figured out that the process with the command “dockerd --config-file /var/packages/Docker/etc/dockerd.json” is the one that accesses the disk. It writes around 5 MB per minute. The writes happen every 5-10 seconds.
This only happens if the Plex container is running and also happens if the Plex container is the only running container. So it has to be Plex that is writing something here.
I first noticed this problem with PMS version 1.22.1.4228. But I can’t say which version exactly started it because I didn’t update for some time before (I definitely jumped some versions).
It still happens with the current version 1.22.3.4392.
And to be clear again: This happens even if Plex is idle. No client is connected to the server and the web interface isn’t open.
I quickly checked the PMS log files and found the following two lines which are repeated every 5 seconds in “Plex Media Server.log”:
Apr 25, 2021 16:57:41.132 [0x7f7d3a7fc700] DEBUG - Request: [[::1]:59944 (Loopback)] GET /identity (4 live) Signed-in
Apr 25, 2021 16:57:41.132 [0x7f7d6f07e700] DEBUG - Completed: [[::1]:59944] 200 GET /identity (4 live) 0ms 398 bytes (pipelined: 1)
What is this? Could this be the cause?
Host: Synology DS718+ with DSM 6.2.4-25556
Docker version 18.09.0-0519 (Synology package)
PMS version 1.22.3.4392
Docker image plexinc/pms-docker:latest
The container is running with host networking configured and with parameters according to your readme