We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91c3d99 commit 794911aCopy full SHA for 794911a
storage/tokudb/ft-index/portability/huge_page_detection.cc
@@ -120,6 +120,7 @@ static bool check_huge_pages_config_file(const char *fname)
120
static bool check_huge_pages_in_practice(void)
121
// Effect: Return true if huge pages appear to be defined in practice.
122
{
123
+ return false; // disabled, doesn't seem to work on newest distros
124
#ifdef HAVE_MINCORE
125
#ifdef HAVE_MAP_ANONYMOUS
126
const int map_anonymous = MAP_ANONYMOUS;
0 commit comments