Variable: *COLLECT-GARBAGE-ON-COMMIT*

Documentation

A flag to indicate whether or not transaction-commit collects garbage

Source

(defparameter *collect-garbage-on-commit* t
  "A flag to indicate whether or not transaction-commit collects garbage")
Source Context