Bug 55588

Summary: Web Inspector: [Chromium] Implement simple memory management for detailed heap snapshots
Product: WebKit Reporter: Mikhail Naganov <mnaganov>
Component: Web Inspector (Deprecated)Assignee: Mikhail Naganov <mnaganov>
Status: RESOLVED WONTFIX    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 50510    
Attachments:
Description Flags
patch mnaganov: review-, mnaganov: commit-queue-

Description Mikhail Naganov 2011-03-02 10:11:51 PST
Allow Inspector to control its own memory consumption and dispose data of heap snapshots unused for a long time.
Comment 1 Mikhail Naganov 2011-03-02 10:19:10 PST
Created attachment 84434 [details]
patch
Comment 2 Mikhail Naganov 2011-03-03 01:17:46 PST
OK, as we had discussed offline, this isn't a real solution to the problem of overrunning Inspector's memory (which can happen in Chromium). Should propose a better approach.