Variable: proced-low-memory-usage-threshold

proced-low-memory-usage-threshold is a customizable variable defined in proced.el.gz.

Value

0.1

Documentation

The upper bound for low relative memory usage display in Proced.

When proced-enable-color-flag is non-nil, RSS values denoting a proportion of memory, relative to total memory, that is lower than this value will be displayed using the proced-memory-low-usage face.

This variable was added, or its default value changed, in Emacs 29.1.

Source Code

;; Defined in /usr/src/emacs/lisp/proced.el.gz
(defcustom proced-low-memory-usage-threshold 0.1
  "The upper bound for low relative memory usage display in Proced.

When `proced-enable-color-flag' is non-nil, RSS values denoting a
proportion of memory, relative to total memory, that is lower
than this value will be displayed using the `proced-memory-low-usage' face."
  :type 'float
  :version "29.1")