-
I have to use NFS for bulk storage and store currently everything in the data directory on a NFS Share in the local 1G Network. But i would like to speed up the server (current response time is 500-1400ms). I know that SQLite is a nogo over NFS. What files/folders do you recomend to store locally on a (rather small) SSD but keep the big userdata on an NFS Drive? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi, in general I would recommend to only put the datadir onto the nfs drive. The rest should stay on SSD storage. See https://github.com/nextcloud/all-in-one?tab=readme-ov-file#how-to-change-the-default-location-of-nextclouds-datadir |
Beta Was this translation helpful? Give feedback.
Hi, in general I would recommend to only put the datadir onto the nfs drive. The rest should stay on SSD storage. See https://github.com/nextcloud/all-in-one?tab=readme-ov-file#how-to-change-the-default-location-of-nextclouds-datadir