Skip to content

Commit 8537603

Browse files
committed
Add default postgres config
Signed-off-by: Keshav Priyadarshi <git@keshav.space>
1 parent 27f52fc commit 8537603

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

etc/postgresql/postgresql.conf

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Default postgresql.conf
2+
3+
listen_addresses = '*'
4+
max_connections = 100
5+
shared_buffers = 128MB
6+
dynamic_shared_memory_type = posix
7+
max_wal_size = 1GB
8+
min_wal_size = 80MB

0 commit comments

Comments
 (0)