Changes between Initial Version and Version 1 of Ticket #14755, comment 21


Ignore:
Timestamp:
Aug 16, 2019, 3:11:53 PM (5 years ago)
Author:
leavengood

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #14755, comment 21

    initial v1  
    66listarea media_server | grep "buffer clone" | wc -l
    77echo media_addon_server:
    8 listarea media_addon_server | grep "a BBuffer clone" | wc -l
     8listarea media_addon_server | grep "a cloned BBuffer" | wc -l
    99}}}
    1010
    11 I might have the first grep wrong, you can do a full listarea and the buffer clones are obvious (to get the right string to grep for.) If you run this before and then after a bunch of runs of flite or whatever, the numbers will now be the same.
     11I might have grep strings wrong, you can do a full listarea and the buffer clones are obvious (to get the right string to grep for.) If you run this before and then after a bunch of runs of media_client or whatever, the numbers will now be the same.
    1212
    1313One caveat: crashing apps don't send the message I use to clean up the buffer cache, so we will need another solution there. I strongly suspect I can figure out when a particular port_id is gone though and use that for cleanup.