feat(perf): T-Rex core usage 45/36145/1
authorPeter Mikus <pmikus@cisco.com>
Mon, 16 May 2022 14:30:20 +0000 (16:30 +0200)
committerPeter Mikus <pmikus@cisco.com>
Mon, 16 May 2022 14:30:20 +0000 (16:30 +0200)
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Change-Id: Id0e7d31dc1368140c2c829fb2fcab009fbbed26d

resources/libraries/python/Constants.py

index 7289c9c..c64461c 100644 (file)
@@ -204,7 +204,7 @@ class Constants:
     TREX_LIMIT_MEMORY = get_int_from_env(u"TREX_LIMIT_MEMORY", 8192)
 
     # TRex number of cores
     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
 
     # TRex set number of RX/TX descriptors
     # Set to 0 to use default values