Changes pmm bitmap size from 16 MB to 4 GB.

This commit is contained in:
Felix Queißner 2016-05-04 17:37:59 +02:00
parent 87f83eeca3
commit 732301b0c1

View file

@ -5,7 +5,7 @@
/** /**
* Number stored of pages in the bitmap * Number stored of pages in the bitmap
*/ */
static const uint32_t BitmapSize = 4096; /* 16 MB */ static const uint32_t BitmapSize = 1048576; /* 4 GB */
/** /**
* Number of 32-bit tuples in the bitmap. * Number of 32-bit tuples in the bitmap.