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