From 3e582366ea6b959795e0a173e05bdae453f459b4 Mon Sep 17 00:00:00 2001 From: Nick Bofferding Date: Tue, 9 Apr 2019 16:50:33 -0500 Subject: Disable parallel operations in draminit advanced training Completely disable parallel draminit advanced training operations because it is too sensitive to memory fragmentation. Change-Id: Id9777ab114a1b808e492fda3a839fe425f7f50a4 CQ: SW462361 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/75798 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: FSP CI Jenkins Tested-by: Jenkins OP HW Reviewed-by: Ilya Smirnov Reviewed-by: Michael Baiocchi Reviewed-by: Nicholas E. Bofferding --- src/usr/isteps/istep13/istep13consts.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/usr/isteps/istep13/istep13consts.H b/src/usr/isteps/istep13/istep13consts.H index c2a00e4a7..cf459f82e 100644 --- a/src/usr/isteps/istep13/istep13consts.H +++ b/src/usr/isteps/istep13/istep13consts.H @@ -29,5 +29,5 @@ const uint8_t UNLIMITED_RUN = 0xFF; const uint8_t VPO_NUM_OF_MBAS_TO_RUN = UNLIMITED_RUN; const uint8_t VPO_NUM_OF_MEMBUF_TO_RUN = UNLIMITED_RUN; -const uint8_t ISTEP13_MAX_THREADS = 3; +const uint8_t ISTEP13_MAX_THREADS = 1; #endif -- cgit v1.2.1