00a2274167c6e6fff0c015f0a9b5102f4c3a23c6
[feed/packages.git] / sound / pulseaudio / patches / 001-no_default_64mb_alloc.patch
1 --- a/src/pulsecore/memblock.c
2 +++ b/src/pulsecore/memblock.c
3 @@ -57,7 +57,7 @@
4 * stored in SHM and our OS does not commit the memory before we use
5 * it for the first time. */
6 #define PA_MEMPOOL_SLOTS_MAX 1024
7 -#define PA_MEMPOOL_SLOT_SIZE (64*1024)
8 +#define PA_MEMPOOL_SLOT_SIZE 64
9
10 #define PA_MEMEXPORT_SLOTS_MAX 128
11