We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5978c1c commit e4e0a0aCopy full SHA for e4e0a0a
apps/infra/shared-db/sea1/postgres-timescaledb.yaml
@@ -21,6 +21,26 @@ spec:
21
postgresUID: 1000
22
postgresGID: 1000
23
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"
44
shared_preload_libraries:
45
- timescaledb
46
---
0 commit comments