The following changes since commit 10fc06dc4166ef7c69a6c06cb3a318878048f6be: Merge branch 'rpma-add-support-for-libpmem2-to-the-librpma-engine' of https://github.com/ldorau/fio (2022-09-06 06:58:48 -0600) are available in the Git repository at: git://git.kernel.dk/fio.git master for you to fetch changes up to 53c82bb879532b994451c6abc7be80c94241d03b: stat: fix comment about memory consumption (2022-09-12 10:45:56 -0400) ---------------------------------------------------------------- Vincent Fu (1): stat: fix comment about memory consumption stat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- Diff of recent changes: diff --git a/stat.h b/stat.h index eb7845af..4c3bf71f 100644 --- a/stat.h +++ b/stat.h @@ -51,7 +51,7 @@ struct group_run_stats { * * FIO_IO_U_PLAT_GROUP_NR and FIO_IO_U_PLAT_BITS determine the memory * requirement of storing those aggregate counts. The memory used will - * be (FIO_IO_U_PLAT_GROUP_NR * 2^FIO_IO_U_PLAT_BITS) * sizeof(int) + * be (FIO_IO_U_PLAT_GROUP_NR * 2^FIO_IO_U_PLAT_BITS) * sizeof(uint64_t) * bytes. * * FIO_IO_U_PLAT_NR is the total number of buckets.