X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Frobot%2Fperformance%2Fperformance_utils.robot;fp=resources%2Flibraries%2Frobot%2Fperformance%2Fperformance_utils.robot;h=34c8c997a1731813cd6e77f521793a95f744fb34;hp=d820d5c187fee3d1516cfd497dd79f9efbe669e4;hb=97e6988950559e98b5abfd73458dfa830727e16b;hpb=ba9ef5fc29e02a99ab48acb92f720bcdea43bd97 diff --git a/resources/libraries/robot/performance/performance_utils.robot b/resources/libraries/robot/performance/performance_utils.robot index d820d5c187..34c8c997a1 100644 --- a/resources/libraries/robot/performance/performance_utils.robot +++ b/resources/libraries/robot/performance/performance_utils.robot @@ -30,6 +30,10 @@ | ${trial_duration}= | ${PERF_TRIAL_DURATION} | ${trial_multiplicity}= | ${PERF_TRIAL_MULTIPLICITY} | ${extended_debug}= | ${EXTENDED_DEBUG} +| # Variable holding multiplicator of main heap size. By default it is set to 1 +| # that means the main heap size will be set to 2G. Some tests may require more +| # memory for IP FIB (e.g. nat44det tests with 4M or 16M sessions). +| ${heap_size_mult}= | ${1} | # Variable holding trial duration extension [s] used in pre_stats action | # clear-show-runtime-with-traffic. By default it is set to 0 but some | # tests (e.g. NAT) needs this duration extension in ramp up phase (e.g. to