@@ -18,7 +18,7 @@ max_connections = 1000 # (change requires restart)
18
18
# - Memory -
19
19
20
20
#1/4 RAM
21
- shared_buffers = 250MB # min 128kB 1/4 RAM
21
+ shared_buffers = 5GB # min 128kB 1/4 RAM
22
22
# (change requires restart)
23
23
#huge_pages = try # on, off, or try
24
24
# (change requires restart)
@@ -27,8 +27,8 @@ shared_buffers = 250MB # min 128kB 1/4 RAM
27
27
# (change requires restart)
28
28
# Caution: it is not advisable to set max_prepared_transactions nonzero unless
29
29
# you actively intend to use prepared transactions.
30
- work_mem = 2MB # min 64kB
31
- maintenance_work_mem = 2MB # min 1MB
30
+ work_mem = 20MB # min 64kB
31
+ maintenance_work_mem = 30MB # min 1MB
32
32
autovacuum_work_mem = -1 # min 1MB, or -1 to use maintenance_work_mem
33
33
#max_stack_depth = 2MB # min 100kB
34
34
dynamic_shared_memory_type = posix # the default is the first option
@@ -66,7 +66,7 @@ min_wal_size = 2GB
66
66
67
67
#min_parallel_table_scan_size = 8MB
68
68
#min_parallel_index_scan_size = 512kB
69
- effective_cache_size = 50MB
69
+ effective_cache_size = 10GB
70
70
71
71
log_timezone = 'Etc/UTC'
72
72
0 commit comments