mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-04 10:31:02 +02:00
Switch the default memory watch to on.
This commit is contained in:
parent
9fa638e233
commit
3a9bc9db0f
@ -60,7 +60,7 @@
|
||||
(defparameter *copy-batch-rows* 25000
|
||||
"How many rows to batch per COPY transaction.")
|
||||
|
||||
(defparameter *copy-batch-size* nil ;; (* 20 1024 1024)
|
||||
(defparameter *copy-batch-size* (* 20 1024 1024)
|
||||
"Maximum memory size allowed for a single batch.")
|
||||
|
||||
(defparameter *concurrent-batches* 10
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user