Switch the default memory watch to on.

This commit is contained in:
Dimitri Fontaine 2014-04-22 17:13:36 +02:00
parent 9fa638e233
commit 3a9bc9db0f

View File

@ -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