blob: 8dd000b36d2660dede4890a4a04ccda2f50b57c0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/src/pulsecore/memblock.c
+++ b/src/pulsecore/memblock.c
@@ -55,7 +55,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 64
#define PA_MEMEXPORT_SLOTS_MAX 128
|