/* maximum size of an obj (in 2^order pages) */
-#define SLAB_OBJ_MAX_ORDER 5 /* 32 pages */
+#define SLAB_OBJ_MAX_ORDER 6 /* 64 pages */
/* maximum num of pages for a slab (prevents large requests to the VM layer) */
-#define SLAB_MAX_GFP_ORDER 5 /* 32 pages */
+#define SLAB_MAX_GFP_ORDER 6 /* 64 pages */
/* the 'preferred' minimum num of objs per slab - maybe less for large objs */
#define SLAB_MIN_OBJS_PER_SLAB 4
@@ -346,6 +346,7 @@
{32768, NULL},
{65536, NULL},
{131072, NULL},
+ {262144, NULL},
{0, NULL}
};