|
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 |
|
392 | 395 | #track_activities = on |
393 | 396 | #track_counts = on |
394 | 397 | #track_functions = none # none, pl, all |
395 | | -#track_activity_query_size = 1024 |
| 398 | +#track_activity_query_size = 1024 # (change requires restart) |
396 | 399 | #update_process_title = on |
397 | 400 | #stats_temp_directory = 'pg_stat_tmp' |
398 | 401 |
|
|
416 | 419 | # actions running at least this number |
417 | 420 | # of milliseconds. |
418 | 421 | #autovacuum_max_workers = 3 # max number of autovacuum subprocesses |
| 422 | + # (change requires restart) |
419 | 423 | #autovacuum_naptime = 1min # time between autovacuum runs |
420 | 424 | #autovacuum_vacuum_threshold = 50 # min number of row updates before |
421 | 425 | # vacuum |
|
0 commit comments