0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-02-22 16:06:31 +00:00
Ondrej Zajicek 928a1cb034 Alloc: Disable transparent huge pages
The usage pattern implemented in allocator seems to be incompatible with
transparent huge pages, as memory released using madvise(MADV_DONTNEED)
with regular page size and alignment does not seem to trigger demotion
of huge pages back to regular pages, even when significant number of
pages is released. Even if demotion is triggered when system memory
is low, it still breaks memory accounting.
2023-01-17 17:13:50 +01:00
..
2023-01-17 17:13:50 +01:00
2009-05-11 01:32:49 +02:00
2023-01-12 17:40:53 +01:00
2022-07-27 00:47:24 +02:00
2023-01-12 17:40:53 +01:00