How to improve the perfornance of snap nextcloud server

I have the latest nextcloud snap installed on ubuntu server.

I need to uploads the thousands of files to nextcloud server. when I uploading its takes too much time as concurrent request handling by snap is limited. I want to increase concurrent request handle by nextcloud snap to do this I need to change the below parameters in php-fpm configuration file to improve the performance of nextcloud.
Please guide how can I improve this on snap nextcloud server.

pm = dynamic
pm.max_children = 120
pm.start_servers = 12
pm.min_spare_servers = 6
pm.max_spare_servers = 18

2 Likes

@kyrofa One for you I think?

We’re having this conversation in the issue tracker.

1 Like

Please provide the conversation link or some details so I can check the same.

I assume he referred to https://github.com/nextcloud/nextcloud-snap/issues/1025

Indeed. Feel free to chime in over there, this is not a support forum for Nextcloud.