Home
last modified time | relevance | path

Searched refs:max_map_count (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/util/
H A Dqemu-coroutine.c368 int max_map_count; in get_global_pool_hard_max_size() local
378 qemu_strtoi(contents, NULL, 10, &max_map_count) == 0) { in get_global_pool_hard_max_size()
385 if (max_map_count > 5000) { in get_global_pool_hard_max_size()
386 return (max_map_count - 5000) / 2; in get_global_pool_hard_max_size()
/openbmc/openbmc/meta-raspberrypi/.github/workflows/docker-images/yocto-builder/
H A DDockerfile34 RUN echo 'vm.max_map_count = 4048576' >> /etc/sysctl.conf