Advertisement
Guest User

001-no_default_64mb_alloc.patch

a guest
Jun 9th, 2012
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. diff --git a/src/pulsecore/memblock.c b/src/pulsecore/memblock.c
  2. index e30ded8..8889077 100644
  3. --- a/src/pulsecore/memblock.c
  4. +++ b/src/pulsecore/memblock.c
  5. @@ -56,7 +56,7 @@
  6. * note that the footprint is usually much smaller, since the data is
  7. * stored in SHM and our OS does not commit the memory before we use
  8. * it for the first time. */
  9. -#define PA_MEMPOOL_SLOTS_MAX 1024
  10. +#define PA_MEMPOOL_SLOTS_MAX 256
  11. #define PA_MEMPOOL_SLOT_SIZE (64*1024)
  12.  
  13. #define PA_MEMEXPORT_SLOTS_MAX 128
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement