Commit 3057d41
authored
Halve memory used by scanPerf performance test (#27873)
[reviewed by @e-kayrakli and OK'd by @benharsh]
By default, this test uses a problem size that consumes ~1/2 of the
physical memory by using '4' as the default memFraction and allocating
two arrays of that size. This PR divides the problem size by 1/2 again
to support portability to platforms that only support registering 50% of
the heap memory.1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
| 8 | + | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments