X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/cecff7f38bb5894efd1d8e449310b8654938bc15..35a23c29e610809d19635aba3cc1956128cb75d2:/lib/dispatchcloud/node_size.go?ds=sidebyside diff --git a/lib/dispatchcloud/node_size.go b/lib/dispatchcloud/node_size.go index d7f4585619..6fb46b5f46 100644 --- a/lib/dispatchcloud/node_size.go +++ b/lib/dispatchcloud/node_size.go @@ -46,7 +46,7 @@ func estimateDockerImageSize(collectionPDH string) int64 { // the size of the manifest. // // Use the following heuristic: - // - Start with the length of the mainfest (n) + // - Start with the length of the manifest (n) // - Subtract 80 characters for the filename and file segment // - Divide by 42 to get the number of block identifiers ('hash\+size\ ' is 32+1+8+1) // - Assume each block is full, multiply by 64 MiB