Custom PostgreSQL conf with minimal settings
This commit is contained in:
8
postgresql.custom.conf
Normal file
8
postgresql.custom.conf
Normal file
@@ -0,0 +1,8 @@
|
||||
# Suggested minimal settings from
|
||||
# https://ircama.github.io/osm-carto-tutorials/tile-server-ubuntu/
|
||||
|
||||
shared_buffers = 128MB
|
||||
min_wal_size = 1GB
|
||||
max_wal_size = 2GB
|
||||
work_mem = 32MB
|
||||
maintenance_work_mem = 256MB
|
||||
Reference in New Issue
Block a user