@mischievoustomato @tadanoI don't use pgtune. My config has max_connections = 100 which is probably the default, and it works fine.If performance is poor this is likely mitra's fault, not postrges. For example, it could be caused by slow database queries, you can see them in your postgresql log if you add log_min_duration_statement = 500 to postgresql.conf (that will log every query that runs for more than 500 milliseconds)