Save memory by resetting and perhaps resizing the kill ring used by oops
By default, ACL2 holds on to old logical worlds when you
undo commands (see ubt), as documented elsewhere; see oops. You can free up memory by deleting those old worlds using
Examples: (reset-kill-ring t state) ; replace each element of the kill ring by nil (reset-kill-ring 2 state) ; create a new kill ring of '(nil nil) (reset-kill-ring 0 state) ; create a new kill ring that is empty (reset-kill-ring nil state) ; just return the length of the kill ring General form: (reset-kill-ring n state)
where
In particular, use