summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/memblock.c
diff options
context:
space:
mode:
authorJason Newton <jason@arcuid.wyred.org>2009-07-18 01:00:35 -0700
committerJason Newton <nevion@gmail.com>2009-09-29 23:50:52 -0700
commitcf8331a0da9df5e4eff6105a002f4912be673d0a (patch)
tree9463940d098164bcac87088d9075ec727e8c7bda /src/pulsecore/memblock.c
parentd4fe5bfce988765fd51d291c61217ffef9df7698 (diff)
module-equalizer-sink: trying new buffering strategies
Diffstat (limited to 'src/pulsecore/memblock.c')
-rw-r--r--src/pulsecore/memblock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulsecore/memblock.c b/src/pulsecore/memblock.c
index f38b17c6..eac4a59b 100644
--- a/src/pulsecore/memblock.c
+++ b/src/pulsecore/memblock.c
@@ -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 (64*1024)
+#define PA_MEMPOOL_SLOT_SIZE (128*1024)
#define PA_MEMEXPORT_SLOTS_MAX 128