|
38 | 38 |
|
39 | 39 | #unix_socket_directory = ''
|
40 | 40 | #unix_socket_group = ''
|
41 |
| -#unix_socket_permissions = 0777 |
| 41 | +#unix_socket_permissions = 0777 # octal |
42 | 42 |
|
43 | 43 | #virtual_host = ''
|
44 | 44 |
|
|
48 | 48 | #
|
49 | 49 | # Shared Memory Size
|
50 | 50 | #
|
51 |
| -#shared_buffers = 64 # 2*max_connections, min 16 |
| 51 | +#shared_buffers = 64 # 2*max_connections, min 16, 8K each |
52 | 52 | #max_fsm_relations = 100 # min 10, fsm is free space map
|
53 | 53 | #max_fsm_pages = 10000 # min 1000, fsm is free space map
|
54 | 54 | #max_locks_per_transaction = 64 # min 10
|
55 |
| -#wal_buffers = 8 # min 4 |
| 55 | +#wal_buffers = 8 # min 4, 8K each |
56 | 56 |
|
57 | 57 | #
|
58 | 58 | # Non-shared Memory Sizes
|
59 | 59 | #
|
60 |
| -#sort_mem = 1024 # min 64 |
61 |
| -#vacuum_mem = 8192 # min 1024 |
| 60 | +#sort_mem = 1024 # min 64, size in KB |
| 61 | +#vacuum_mem = 8192 # min 1024, size in KB |
62 | 62 |
|
63 | 63 |
|
64 | 64 | #
|
65 | 65 | # Write-ahead log (WAL)
|
66 | 66 | #
|
67 |
| -#checkpoint_segments = 3 # in logfile segments (16MB each), min 1 |
68 |
| -#checkpoint_timeout = 300 # in seconds, range 30-3600 |
| 67 | +#checkpoint_segments = 3 # in logfile segments, min 1, 16MB each |
| 68 | +#checkpoint_timeout = 300 # range 30-3600, in seconds |
69 | 69 | #
|
70 | 70 | #wal_files = 0 # range 0-64
|
71 | 71 | #
|
72 |
| -#commit_delay = 0 # range 0-100000 |
| 72 | +#commit_delay = 0 # range 0-100000, in microseconds |
73 | 73 | #commit_siblings = 5 # range 1-1000
|
74 | 74 | #
|
75 | 75 | #fsync = true
|
|
89 | 89 | #enable_mergejoin = true
|
90 | 90 | #enable_hashjoin = true
|
91 | 91 |
|
92 |
| -#effective_cache_size = 1000 # default in 8k pages |
| 92 | +#effective_cache_size = 1000 # 8K each |
93 | 93 | #random_page_cost = 4
|
94 | 94 | #cpu_tuple_cost = 0.01
|
95 | 95 | #cpu_index_tuple_cost = 0.001
|
|
191 | 191 | #timezone = unknown # actually, defaults to TZ environment setting
|
192 | 192 | #australian_timezones = false
|
193 | 193 | #client_encoding = sql_ascii # actually, defaults to database encoding
|
194 |
| -#authentication_timeout = 60 # min 1, max 600 |
195 |
| -#deadlock_timeout = 1000 |
| 194 | +#authentication_timeout = 60 # 1-600, in seconds |
| 195 | +#deadlock_timeout = 1000 # in milliseconds |
196 | 196 | #default_transaction_isolation = 'read committed'
|
197 | 197 | #max_expr_depth = 10000 # min 10
|
198 | 198 | #max_files_per_process = 1000 # min 25
|
199 | 199 | #password_encryption = true
|
200 | 200 | #sql_inheritance = true
|
201 | 201 | #transform_null_equals = false
|
202 |
| -#statement_timeout = 0 # 0 is disabled |
| 202 | +#statement_timeout = 0 # 0 is disabled, in milliseconds |
203 | 203 | #db_user_namespace = false
|
| 204 | + |
0 commit comments