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

Commit 08997ab

Browse files
committed
set default statement_timeout to 5 minutes
1 parent ae208b8 commit 08997ab

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)