Commit 8d1c2b7d authored by 吴文龙's avatar 吴文龙

fix

parent f4416d0a
...@@ -128,7 +128,7 @@ max_prepared_transactions = 2000 # zero disables the feature ...@@ -128,7 +128,7 @@ max_prepared_transactions = 2000 # zero disables the feature
# (change requires restart) # (change requires restart)
# Caution: it is not advisable to set max_prepared_transactions nonzero unless # Caution: it is not advisable to set max_prepared_transactions nonzero unless
# you actively intend to use prepared transactions. # you actively intend to use prepared transactions.
work_mem = MB # min 64kB work_mem = 8MB # min 64kB
maintenance_work_mem = 1GB # min 1MB maintenance_work_mem = 1GB # min 1MB
autovacuum_work_mem = -1 # min 1MB, or -1 to use maintenance_work_mem autovacuum_work_mem = -1 # min 1MB, or -1 to use maintenance_work_mem
#max_stack_depth = 2MB # min 100kB #max_stack_depth = 2MB # min 100kB
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment