mirror of
https://github.com/servo/servo
synced 2026-05-10 09:02:30 +02:00
`local_storage_origins` is ~2-3kb of memory, which is probably large enough to be included in the report, given that it likely can grow much more. A much bigger memory user is sqlite3, but I'm still working on finding a way to extract memory usage for it. Testing: Manual Signed-off-by: Ashwin Naren <arihant2math@gmail.com>