[-]
[+]
|
Changed |
memcached-1.2.8.tar.gz/slabs.c
|
@@ -23,8 +23,8 @@
#include <assert.h>
#define POWER_SMALLEST 1
-#define POWER_LARGEST 22
-#define POWER_BLOCK 1048576
+#define POWER_LARGEST 200
+#define POWER_BLOCK 16777216
#define CHUNK_ALIGN_BYTES 8
#define DONT_PREALLOC_SLABS
|
[-]
[+]
|
Changed |
memcached-1.2.8.tar.gz/slabs.c~
^
|
@@ -23,8 +23,8 @@
#include <assert.h>
#define POWER_SMALLEST 1
-#define POWER_LARGEST 200
-#define POWER_BLOCK 1048576
+#define POWER_LARGEST 22
+#define POWER_BLOCK 16777216
#define CHUNK_ALIGN_BYTES 8
#define DONT_PREALLOC_SLABS
|