Skip to content

Commit e4e0a0a

Browse files
committed
update timescale config
1 parent 5978c1c commit e4e0a0a

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

apps/infra/shared-db/sea1/postgres-timescaledb.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,26 @@ spec:
2121
postgresUID: 1000
2222
postgresGID: 1000
2323
postgresql:
24+
parameters:
25+
shared_buffers: "32192MB"
26+
effective_cache_size: "96578MB"
27+
maintenance_work_mem: "2047MB"
28+
work_mem: "13735kB"
29+
timescaledb.max_background_workers: "16"
30+
max_worker_processes: "43"
31+
max_parallel_workers_per_gather: "12"
32+
max_parallel_workers: "24"
33+
wal_buffers: "16MB"
34+
min_wal_size: "512MB"
35+
default_statistics_target: "100"
36+
random_page_cost: "1.1"
37+
checkpoint_completion_target: "0.9"
38+
max_locks_per_transaction: "1024"
39+
autovacuum_max_workers: "10"
40+
autovacuum_naptime: "10"
41+
default_toast_compression: "lz4"
42+
jit: "off"
43+
effective_io_concurrency: "256"
2444
shared_preload_libraries:
2545
- timescaledb
2646
---

0 commit comments

Comments
 (0)