X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2FConstants.py;h=0a8470ec65b3cef0008f5f92d9d8267b52473b86;hb=164b36d2ef70d70bd2f6ff83b6a50b8b87ef2e13;hp=e6f22bdaec718fff46972ccd2ec01652aed79bd1;hpb=325bc9b15f2e961a87902712c1dca87c7d64b29b;p=csit.git diff --git a/resources/libraries/python/Constants.py b/resources/libraries/python/Constants.py index e6f22bdaec..0a8470ec65 100644 --- a/resources/libraries/python/Constants.py +++ b/resources/libraries/python/Constants.py @@ -182,10 +182,10 @@ class Constants: DOCKER_SUT_IMAGE_UBUNTU_ARM = u"snergster/csit-arm-sut:latest" # TRex install directory - TREX_INSTALL_DIR = u"/opt/trex-core-2.61" + TREX_INSTALL_DIR = u"/opt/trex-core-2.73" - # TRex limit memory - TREX_LIMIT_MEMORY = get_int_from_env(u"TREX_LIMIT_MEMORY ", 8192) + # TRex limit memory. + TREX_LIMIT_MEMORY = get_int_from_env(u"TREX_LIMIT_MEMORY ", 4096) # TRex number of cores TREX_CORE_COUNT = get_int_from_env(u"TREX_CORE_COUNT", 7)