|
@@ -47,7 +47,7 @@ static const unsigned default_disksize_perc_ram = 25;
|
|
* Pages that compress to size greater than this are stored
|
|
* Pages that compress to size greater than this are stored
|
|
* uncompressed in memory.
|
|
* uncompressed in memory.
|
|
*/
|
|
*/
|
|
-static const unsigned max_zpage_size = PAGE_SIZE / 4 * 3;
|
|
|
|
|
|
+static const size_t max_zpage_size = PAGE_SIZE / 4 * 3;
|
|
|
|
|
|
/*
|
|
/*
|
|
* NOTE: max_zpage_size must be less than or equal to:
|
|
* NOTE: max_zpage_size must be less than or equal to:
|