summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/istep13
diff options
context:
space:
mode:
authorNick Bofferding <bofferdn@us.ibm.com>2019-04-03 23:50:44 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2019-04-04 10:30:27 -0500
commit85326973c80e53a944dee1e9175cb0e4e488955b (patch)
tree671aefdf42b385b171c8ff5e7c7044cfe126f581 /src/usr/isteps/istep13
parent9ab1bc28a6d2b703cab2d36985e17601d85b0c20 (diff)
downloadtalos-hostboot-85326973c80e53a944dee1e9175cb0e4e488955b.tar.gz
talos-hostboot-85326973c80e53a944dee1e9175cb0e4e488955b.zip
Reduce draminit_training_adv thread count to avoid OOM
The draminit_training_adv istep is memory intensive; running 4 of these procedures in parallel was causing out of memory condition in Hostboot, so dialing back to 3 for the time being. CQ: SW461601 Change-Id: Ide022886bebc7d6db39e22d9453a368a1961d6fd Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/75504 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Ilya Smirnov <ismirno@us.ibm.com> Reviewed-by: Glenn Miles <milesg@ibm.com> Reviewed-by: Michael Baiocchi <mbaiocch@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/isteps/istep13')
-rw-r--r--src/usr/isteps/istep13/istep13consts.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/isteps/istep13/istep13consts.H b/src/usr/isteps/istep13/istep13consts.H
index b7e59eb0a..c2a00e4a7 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 = 4;
+const uint8_t ISTEP13_MAX_THREADS = 3;
#endif
OpenPOWER on IntegriCloud