Skip to content

Commit 0f1f45c

Browse files
authored
Report memory available as Kib (#6204)
This fixes #6157
2 parents 6cf6b77 + e3f11da commit 0f1f45c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ocaml/xcp-rrdd/bin/rrdd/xcp_rrdd.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ let dss_mem_vms doms =
292292
| Ok mem ->
293293
Some
294294
( Rrd.VM uuid
295-
, Ds.ds_make ~name:"memory_internal_free" ~units:"B"
295+
, Ds.ds_make ~name:"memory_internal_free" ~units:"KiB"
296296
~description:"Dom0 current free memory"
297297
~value:(Rrd.VT_Int64 mem) ~ty:Rrd.Gauge ~min:0.0
298298
~default:true ()

0 commit comments

Comments
 (0)