self: Remove stale comment about "mmap(PROT_NONE) failed" crash.
This crash was fixed by0aef94e7bc
, itself a followup to47d48f0c43
. * guix/self.scm (translate-texi-manuals)[build]: Remove reference to the PROT_NONE bug.
This commit is contained in:
parent
609e66e45f
commit
cf88c967af
1 changed files with 2 additions and 3 deletions
|
@ -407,9 +407,8 @@ a list of extra files, such as '(\"contributing\")."
|
||||||
"\\.[a-z]{2}(_[A-Z]{2})?\\.po$")))
|
"\\.[a-z]{2}(_[A-Z]{2})?\\.po$")))
|
||||||
|
|
||||||
(define parallel-jobs
|
(define parallel-jobs
|
||||||
;; Limit thread creation by 'n-par-for-each'. Going beyond can
|
;; Limit thread creation by 'n-par-for-each', mostly to put an
|
||||||
;; lead libgc 8.0.4 to abort with:
|
;; upper bound on memory usage.
|
||||||
;; mmap(PROT_NONE) failed
|
|
||||||
(min (parallel-job-count) 4))
|
(min (parallel-job-count) 4))
|
||||||
|
|
||||||
(mkdir #$output)
|
(mkdir #$output)
|
||||||
|
|
Reference in a new issue