Fix ddsperf default allowed RSS growth factor
The default value was zero, which means only specifying -Qrss:N would require the memory usage at the end to be <= N MB, rather than the delta. Signed-off-by: Erik Boasson <eb@ilities.com>
This commit is contained in:
parent
1f5f423059
commit
8a06ac007c
1 changed files with 2 additions and 2 deletions
|
@ -165,7 +165,7 @@ static uint32_t ping_timeouts = 0;
|
|||
final RSS sample: final one must be <=
|
||||
init * (1 + rss_factor/100) + rss_term */
|
||||
static bool rss_check = false;
|
||||
static double rss_factor = 0;
|
||||
static double rss_factor = 1;
|
||||
static double rss_term = 0;
|
||||
|
||||
/* Minimum number of samples, minimum number of roundtrips to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue