Details
-
Bug
-
Resolution: Duplicate
-
Minor
-
None
-
None
-
None
-
3
-
9223372036854775807
Description
There's a hardcoded assumption that 16M is 4096 pages which is wrong on some architectures.
Andreas advises that we can actually calculate proper pages with:
local page_count=$((16 * 1048576 / $(page_size))) [ "$mp" -eq "$page_count" ] ||
and also in a couple mor espots in that same test.
Attachments
Issue Links
- is related to
-
LU-8139 sanity test_101g: 'max_pages_per_rpc not correctly set'
- Open