Skip to content

Commit 41120bf

Browse files
cfriedtjhedberg
authored andcommitted
tests: kernel: mem_map: reduce reserved pages for qemu_x86 tiny
A recent change caused tests to start failing for qemu_x86_tiny/atom . Similarly to bda38f0, reduce the number of reserved pages so that the test suite can pass for this platform. Signed-off-by: Chris Friedt <[email protected]>
1 parent f2f496d commit 41120bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/kernel/mem_protect/mem_map/boards/qemu_x86_tiny.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# Adjust this so that test_k_mem_map_unmap memory exhaustion
66
# test can run without failure, as we may run of free pages
77
# when there are changes in code and data size.
8-
CONFIG_DEMAND_PAGING_PAGE_FRAMES_RESERVE=30
8+
CONFIG_DEMAND_PAGING_PAGE_FRAMES_RESERVE=27

0 commit comments

Comments
 (0)