Maybe is not the right place to ask, but I have the common "busy db" error running PMM, and I'm trying to find a solution to optimize the database.
I'm trying to follow this guide: https://openzfs.github.io/openzfs-docs/Performance and Tuning/Workload Tuning.html#sqlite-ps
but when I set the page_size it seems to be unchanged:
sqlite3 /config/Library/Application\ Support/Plex\ Media\ Server/Plug-in\ Support/Databases/com.plexapp.plugins.library.db
sqlite> PRAGMA page_size = 65536;
sqlite> PRAGMA page_size;
4096
Someone knows what is wrong?
PS. I have already scheduled PlexDBRepair script to run before running PMM, and I don't have other process running in the same time.
PS. I store Plex Library on a ZFS Raid0 (disk aggregation) with two hight performant NVME disk, the server have good CPUs and a large amount of ram. The library btw is not small.
