From 8e04e8961eb925a07eebb4d8bfd8cf8f4d4f33e3 Mon Sep 17 00:00:00 2001 From: Peixiu Hou Date: Wed, 7 Nov 2018 16:40:41 +0800 Subject: [PATCH] iozone_windows: Delete mem=2048 from iozone_windows.cfg iozone_windows cfg set mem=2048 before, but when the guest min memory large then 2G, like win2016 need min memory 4G, the job will be canceled. It's better that let the guest use automatic allocation mem value. Signed-off-by: Peixiu Hou --- generic/tests/cfg/iozone_windows.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/generic/tests/cfg/iozone_windows.cfg b/generic/tests/cfg/iozone_windows.cfg index c8f2a85a..1144866a 100644 --- a/generic/tests/cfg/iozone_windows.cfg +++ b/generic/tests/cfg/iozone_windows.cfg @@ -7,7 +7,6 @@ iozone_cmd = "WIN_UTILS:\Iozone\iozone.exe -azR -r 64k -n 1G -g 4G -M -b iozone.xls -f ${disk_letter}:\testfile" iozone_timeout = 10800 post_result = yes - mem = 2048 variants: - aio_native: image_aio = native -- GitLab