fix: cap postgres connection pools
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# UniDesk keeps PostgreSQL mostly stock; runtime logging options are injected by docker-compose.yml.
|
||||
shared_buffers = '256MB'
|
||||
work_mem = '16MB'
|
||||
shared_buffers = '128MB'
|
||||
work_mem = '4MB'
|
||||
maintenance_work_mem = '64MB'
|
||||
max_connections = 100
|
||||
max_connections = 50
|
||||
listen_addresses = '*'
|
||||
|
||||
Reference in New Issue
Block a user