vm: Increase disk size overhead estimate.

* gnu/build/vm.scm (estimated-partition-size): Add 25% to the graph size.
This commit is contained in:
Tobias Geerinckx-Rice 2017-07-18 16:30:14 +02:00
parent e333efd53a
commit 21ffcd65c5
No known key found for this signature in database
GPG key ID: 91CCDB9B48541B99

View file

@ -157,8 +157,8 @@ (define-record-type* <partition> partition make-partition
(define (estimated-partition-size graphs)
"Return the estimated size of a partition that can store the store items
given by GRAPHS, a list of file names produced by #:references-graphs."
;; Simply add a 20% overhead.
(round (* 1.2 (closure-size graphs))))
;; Simply add a 25% overhead.
(round (* 1.25 (closure-size graphs))))
(define* (initialize-partition-table device partitions
#:key