Skip to content
This repository was archived by the owner on Aug 16, 2021. It is now read-only.

Commit 7231dfa

Browse files
authored
Merge branch 'master' into NikolayS-patch-1
2 parents 3f7ced7 + 410d762 commit 7231dfa

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docker/postgresql_10_tweak.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Assume we have machine with 2CPU/4096MB/SSD (CircleCI default)
22
# IMPORTANT: on faster systems, you need to use your own memory-related settings!
3+
statement_timeout = 300s
34
work_mem = 32MB # warning: tune it if you expect *many* concurrent connections
45
shared_buffers = 3GB
56
effective_cache_size = 1GB

docker/postgresql_9.6_tweak.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Assume we have machine with 2CPU/4096MB/SSD (CircleCI default)
22
# IMPORTANT: on faster systems, you need to use your own memory-related settings!
3+
statement_timeout = 300s
34
work_mem = 32MB # warning: tune it if you expect *many* concurrent connections
45
shared_buffers = 3GB
56
effective_cache_size = 1GB

0 commit comments

Comments
 (0)