summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/memblock.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-10-28 21:29:01 +0100
committerLennart Poettering <lennart@poettering.net>2009-10-28 21:29:01 +0100
commit744490a681be7356efba4160bfb29a3e76e85888 (patch)
tree3a523ecc9fdea2c1bb8b39db56011cd2fc43f864 /src/pulsecore/memblock.c
parentd25b9eab0fff1040713cf297f40450e0f7641870 (diff)
memblock: decrease tile size to 64k again
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 eac4a59b..f38b17c6 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 (128*1024)
+#define PA_MEMPOOL_SLOT_SIZE (64*1024)
#define PA_MEMEXPORT_SLOTS_MAX 128