You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

11 lines
456 B

--- galera-3-25.3.12/galerautils/src/gu_alloc.hpp 2015-08-27 09:32:41.000000000 +0200
+++ galera-3-25.3.12/galerautils/src/gu_alloc.hpp 2016-02-22 20:37:20.360009549 +0100
@@ -159,7 +159,7 @@
private:
/* to avoid too frequent allocation, make it 64K */
- static page_size_type const PAGE_SIZE = GU_PAGE_SIZE * 16;
+ static page_size_type const PAGE_SIZE = GU_PAGE_SIZE * GU_PAGE_MULTIPLIER;
heap_size_type left_;