mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-28 18:26:17 +00:00
tests/gem_evict_everything: tune down forked subtests
On new machines with gobloads of memory and cpu cores, but slow swap on spinning rust we need to limit the runtime a bit for sanity. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
f3c54d0cb4
commit
76dfa9195a
@ -160,7 +160,7 @@ static void forked_evictions(int fd, int size, int count,
|
||||
for (n = 0; n < bo_count; n++)
|
||||
bo[n] = gem_create(fd, size);
|
||||
|
||||
igt_fork(i, min(count, num_threads * 4)) {
|
||||
igt_fork(i, min(count, min(num_threads * 5, 12))) {
|
||||
int realfd = fd;
|
||||
int num_passes = flags & SWAPPING ? 10 : 100;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user