Disable value history in the inferior repl
This might help reduce memory usage a little.
This commit is contained in:
parent
0e3f65062a
commit
9db755f27d
1 changed files with 7 additions and 0 deletions
|
|
@ -1079,12 +1079,15 @@ WHERE job_id = $1")
|
|||
#:authenticate?
|
||||
fetch-with-authentication?))))))
|
||||
(inferior-eval '(use-modules (srfi srfi-1)
|
||||
(ice-9 history)
|
||||
(guix channels)
|
||||
(guix grafts)
|
||||
(guix profiles))
|
||||
inferior)
|
||||
(inferior-eval '(%graft? #f)
|
||||
inferior)
|
||||
(inferior-eval '(disable-value-history!)
|
||||
inferior)
|
||||
(inferior-eval '(define channel-instance
|
||||
(@@ (guix channels) channel-instance))
|
||||
inferior)
|
||||
|
|
@ -1249,11 +1252,15 @@ WHERE job_id = $1")
|
|||
|
||||
(inferior-eval '(use-modules (srfi srfi-1)
|
||||
(srfi srfi-34)
|
||||
(ice-9 history)
|
||||
(guix grafts)
|
||||
(guix derivations)
|
||||
(gnu tests))
|
||||
inf)
|
||||
|
||||
(inferior-eval '(disable-value-history!)
|
||||
inf)
|
||||
|
||||
;; For G_ and P_
|
||||
(or (inferior-eval '(and (resolve-module '(guix i18n) #:ensure #f)
|
||||
(use-modules (guix i18n))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue