Hello!
I have installed a Nextcloud deployment in a minimal cluster of K8S (microk8s).
I have uploaded a lot of pictures, and it turns out really slow. I have found out it seems nextcloud creates a thumbnail on demand the first time a user accesses to the folder containing those photos, and it slow down the system and even it freezes it.
I have changed the generation of those thumbnails to ācronā creation, but itās nor working. And I cannot set up it up manually as Iām working with microk8s and I canāt access to the container with www-data user, which is the user being used to this.
Any suggestion?
Iām kind of frustratedā¦