diff --git a/tests/kernel/mem_protect/mem_map/boards/qemu_x86_tiny.conf b/tests/kernel/mem_protect/mem_map/boards/qemu_x86_tiny.conf new file mode 100644 index 00000000000000..6b28332f9ac877 --- /dev/null +++ b/tests/kernel/mem_protect/mem_map/boards/qemu_x86_tiny.conf @@ -0,0 +1,8 @@ +# Copyright (c) 2024 Intel Corporation +# +# SPDX-License-Identifier: Apache-2.0 + +# Adjust this so that test_k_mem_map_unmap memory exhaustion +# test can run without failure, as we may run of free pages +# when there are changes in code and data size. +CONFIG_DEMAND_PAGING_PAGE_FRAMES_RESERVE=30