diff --git a/lib/memory/hugepage.c b/lib/memory/hugepage.c index cc3c8b90b..f2b59f4ce 100644 --- a/lib/memory/hugepage.c +++ b/lib/memory/hugepage.c @@ -41,7 +41,7 @@ #include #include -#define HUGEPAGESIZE (1 << 22) /* 2 MiB */ +#define HUGEPAGESIZE (1 << 21) /* 2 MiB */ /** Allocate memory backed by hugepages with malloc() like interface */ static struct memory_allocation * memory_hugepage_alloc(struct memory_type *m, size_t len, size_t alignment)