X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fbootstrap%2Fmetrics.rs;h=c823dc7968465e84a0553676654ebbbfcd153d50;hb=8d9064764157d7916a3f152ce55ef0b566bd7ab6;hp=451febddc88ceee13b32ae9b7aed99a487d4ad08;hpb=a14404a028943f9d59c881a32b09dd5cae909498;p=rust.git diff --git a/src/bootstrap/metrics.rs b/src/bootstrap/metrics.rs index 451febddc88..c823dc79684 100644 --- a/src/bootstrap/metrics.rs +++ b/src/bootstrap/metrics.rs @@ -97,7 +97,7 @@ pub(crate) fn persist(&self, build: &Build) { cpu_threads_count: system.cpus().len(), cpu_model: system.cpus()[0].brand().into(), - memory_total_bytes: system.total_memory() * 1024, + memory_total_bytes: system.total_memory(), }; let steps = std::mem::take(&mut state.finished_steps);