|
151 | 151 | # - Settings -
|
152 | 152 |
|
153 | 153 | #wal_level = minimal # minimal, archive, or hot_standby
|
| 154 | + # (change requires restart) |
154 | 155 | #fsync = on # turns forced synchronization on or off
|
155 | 156 | #synchronous_commit = on # immediate fsync at commit
|
156 | 157 | #wal_sync_method = fsync # the default is the first option
|
|
186 | 187 | # - Streaming Replication -
|
187 | 188 |
|
188 | 189 | #max_wal_senders = 0 # max number of walsender processes
|
| 190 | + # (change requires restart) |
189 | 191 | #wal_sender_delay = 200ms # walsender cycle time, 1-10000 milliseconds
|
190 | 192 | #wal_keep_segments = 0 # in logfile segments, 16MB each; 0 disables
|
191 | 193 | #vacuum_defer_cleanup_age = 0 # number of xacts by which cleanup is delayed
|
192 | 194 |
|
193 | 195 | # - Standby Servers -
|
194 | 196 |
|
195 | 197 | #hot_standby = off # "on" allows queries during recovery
|
| 198 | + # (change requires restart) |
196 | 199 | #max_standby_archive_delay = 30s # max delay before canceling queries
|
197 | 200 | # when reading WAL from archive;
|
198 | 201 | # -1 allows indefinite delay
|
|
390 | 393 | #track_activities = on
|
391 | 394 | #track_counts = on
|
392 | 395 | #track_functions = none # none, pl, all
|
393 |
| -#track_activity_query_size = 1024 |
| 396 | +#track_activity_query_size = 1024 # (change requires restart) |
394 | 397 | #update_process_title = on
|
395 | 398 | #stats_temp_directory = 'pg_stat_tmp'
|
396 | 399 |
|
|
414 | 417 | # actions running at least this number
|
415 | 418 | # of milliseconds.
|
416 | 419 | #autovacuum_max_workers = 3 # max number of autovacuum subprocesses
|
| 420 | + # (change requires restart) |
417 | 421 | #autovacuum_naptime = 1min # time between autovacuum runs
|
418 | 422 | #autovacuum_vacuum_threshold = 50 # min number of row updates before
|
419 | 423 | # vacuum
|
|
0 commit comments