Changes pmm bitmap size from 16 MB to 4 GB.
This commit is contained in:
parent
87f83eeca3
commit
732301b0c1
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue