View Single Post
Posts: 958 | Thanked: 483 times | Joined on May 2010
#1395
Originally Posted by pali View Post
I changed size of memory pool which can be used for allocation. I increased it from 16MB to 64MB. This means that pulseaudio now can use more RAM.
.......
In this last version I change slot allocation policy to upstream configuration, so we have more slots, enough slot size for network streaming but also pulseaudio can drain more RAM...
pali, is the "slot count" used anywhere else in the sources? that might be the problem. maybe try increasing slot count back to 1024 but decrease slot size so that total memory usage is still 16mb? i.e. use the PR 1.3 values.

----EDIT---
i had a quick 5 minute look and i see PA_MEMPOOL_SLOTS_MAX being used in

Code:
pa_mempool* pa_mempool_new(pa_bool_t shared, size_t size) {
    pa_mempool *p;


    if (size <= 0)
        p->n_blocks = PA_MEMPOOL_SLOTS_MAX;
i guess next step is to find out where pa_mempool_new is being called from....

Last edited by droll; 2013-07-03 at 00:32.
 

The Following 3 Users Say Thank You to droll For This Useful Post: