Allow specifying a limit to inferior memory usage
To help manage the inferiors that use gigabytes of memory while computing derivations.
This commit is contained in:
parent
f9770b8d59
commit
7c0779519b
5 changed files with 138 additions and 131 deletions
|
|
@ -42,7 +42,7 @@
|
|||
(srfi srfi-1))
|
||||
|
||||
(define guile-knots
|
||||
(let ((commit "ab5411da423043f2b8a0e27c7507f8d9c34686a2")
|
||||
(let ((commit "6f6d57b189a7073718407df263bbe3c1245f2e51")
|
||||
(revision "1"))
|
||||
(package
|
||||
(name "guile-knots")
|
||||
|
|
@ -54,7 +54,7 @@
|
|||
(commit commit)))
|
||||
(sha256
|
||||
(base32
|
||||
"0v39yd9cfcwc23cmb4h89kvp9m96xdg47nbj2k80a43fbalfd9aq"))
|
||||
"0kd2bzqn4lli66bzj2ks4ai3xznpbg9ckjswjbnp3qcds3ahfkb5"))
|
||||
(file-name (string-append name "-" version "-checkout"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue