From 01576b87bb54c82d76b55496aeca97e2921957fd Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Mon, 16 May 2022 16:30:20 +0200 Subject: [PATCH 1/1] feat(perf): T-Rex core usage Signed-off-by: Peter Mikus Change-Id: Id0e7d31dc1368140c2c829fb2fcab009fbbed26d --- resources/libraries/python/Constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.16.6