You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, priv_default_hugepage on Linux always returns None.
We need to implement it. It consists of parsing /proc/meminfo' looking for a line of the form Hugepagesize: xxx kB. What makes this tricky is that it has to be done using only libc`, and without heap allocation.
The text was updated successfully, but these errors were encountered:
Currently,
priv_default_hugepage
on Linux always returnsNone
.We need to implement it. It consists of parsing
/proc/meminfo' looking for a line of the form
Hugepagesize: xxx kB. What makes this tricky is that it has to be done using only
libc`, and without heap allocation.The text was updated successfully, but these errors were encountered: