From: Peter Mikus Date: Mon, 16 May 2022 14:30:20 +0000 (+0200) Subject: feat(perf): T-Rex core usage X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=01576b87bb54c82d76b55496aeca97e2921957fd feat(perf): T-Rex core usage Signed-off-by: Peter Mikus Change-Id: Id0e7d31dc1368140c2c829fb2fcab009fbbed26d --- diff --git a/resources/libraries/python/Constants.py b/resources/libraries/python/Constants.py index 7289c9c5a4..c64461cdd0 100644 --- a/resources/libraries/python/Constants.py +++ b/resources/libraries/python/Constants.py @@ -204,7 +204,7 @@ class Constants: TREX_LIMIT_MEMORY = get_int_from_env(u"TREX_LIMIT_MEMORY", 8192) # TRex number of cores - TREX_CORE_COUNT = get_int_from_env(u"TREX_CORE_COUNT", 8) + TREX_CORE_COUNT = get_int_from_env(u"TREX_CORE_COUNT", 16) # TRex set number of RX/TX descriptors # Set to 0 to use default values