Changes between Initial Version and Version 1 of Ticket #14755, comment 21
- Timestamp:
- Aug 16, 2019, 3:11:53 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14755, comment 21
initial v1 6 6 listarea media_server | grep "buffer clone" | wc -l 7 7 echo media_addon_server: 8 listarea media_addon_server | grep "a BBuffer clone" | wc -l8 listarea media_addon_server | grep "a cloned BBuffer" | wc -l 9 9 }}} 10 10 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 fliteor whatever, the numbers will now be the same.11 I 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. 12 12 13 13 One 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.