Replies: 1 comment 1 reply
-
The page size is 4096. I assume you figured this out since you closed the discussion? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi I'm working on an application, VPP (fd.io).
It has some requirements on page size, that it checks on init. Resulting in:
buffer [warn ]: numa[0] falling back to non-hugepage backed buffer pool (vlib_buffer_main_init_numa_alloc: buffer size (2432) is greater than page size (1))
On startup. Is the page size adjustable in some way? Or is there support for hugepages?
Beta Was this translation helpful? Give feedback.
All reactions