]> code.delx.au - pulseaudio/commitdiff
memblock: decrease tile size to 64k again
authorLennart Poettering <lennart@poettering.net>
Wed, 28 Oct 2009 20:29:01 +0000 (21:29 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 28 Oct 2009 20:29:01 +0000 (21:29 +0100)
src/pulsecore/memblock.c

index eac4a59b75accf10612e3dfc1a1ea4820ff12785..f38b17c6a2d0afd5be8b372dc0381cce3f559c43 100644 (file)
@@ -54,7 +54,7 @@
  * stored in SHM and our OS does not commit the memory before we use
  * it for the first time. */
 #define PA_MEMPOOL_SLOTS_MAX 1024
-#define PA_MEMPOOL_SLOT_SIZE (128*1024)
+#define PA_MEMPOOL_SLOT_SIZE (64*1024)
 
 #define PA_MEMEXPORT_SLOTS_MAX 128