Variable: nrepl-message-buffer-max-size
nrepl-message-buffer-max-size is a customizable variable defined in
nrepl-client.el.
Value
1000000
Documentation
Maximum size for the nREPL message buffer.
Defaults to 1000000 characters, which should be an insignificant memory burden, while providing reasonable history.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/nrepl-client.el
(defcustom nrepl-message-buffer-max-size 1000000
"Maximum size for the nREPL message buffer.
Defaults to 1000000 characters, which should be an insignificant
memory burden, while providing reasonable history."
:type 'integer)