New issue
Advanced search Search tips

Issue 827222 link

Starred by 3 users

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Memory management for MojoCdmAllocator

Project Member Reported by xhw...@chromium.org, Mar 29 2018

Issue description

Today MojoCdmAllocator keeps at most 3 free buffers. We should understand what's the implication of this for performance and memory usage. Here are some ideas:
- Add UMA about number of times that we need to allocate new buffers, and/or how 
- Hook up with MemoryPressureMonitor such that if memory pressure is high, drop those free buffers.
- Hook up with base::trace_event::MemoryDumpProvider so we can add perf test to monitor our memory usage.
 
Status: Assigned (was: Available)
Labels: -Pri-2 -M-70 Pri-3

Sign in to add a comment