From 8a3279fb56038c6da4b20c69032d5d31b71576f3 Mon Sep 17 00:00:00 2001 From: krystian3w <35370833+krystian3w@users.noreply.github.com> Date: Tue, 29 Nov 2022 12:23:18 +0100 Subject: [PATCH] recover image form commit [`fb2da45`](https://github.com/gorhill/uBlock/commit/fb2da457f7b1242c6bb3b0f5e60b9b51bc9c193f) --- Myth:-uBlock-consumes-over-80MB.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Myth:-uBlock-consumes-over-80MB.md b/Myth:-uBlock-consumes-over-80MB.md index 1b36f0a..d329567 100644 --- a/Myth:-uBlock-consumes-over-80MB.md +++ b/Myth:-uBlock-consumes-over-80MB.md @@ -9,7 +9,7 @@ So if you look at the task manager **right after** uBO has loaded and parsed the If the browser is idle enough, before one minute has elapsed[1], the browser should be able to [garbage collect](https://en.wikipedia.org/wiki/Garbage_collection_(computer_science)) the temporary memory which was freed by uBO after it finished loading and parsing the filter lists: -![uBO's memory footprint](https://raw.githubusercontent.com/gorhill/uBlock/master/doc/img/mem-footprint-at-launch-time.png) +![uBO's memory footprint](https://github.com/gorhill/uBlock/raw/6c046ed95cd02d023453c66f766159f6410ae7f7/doc/img/mem-footprint-at-launch-time.png) The top image shows the memory footprint of uBO right after launch (Chrome 64-bit) (expect a similar memory footprint each time the filter lists get reloaded). The image at the bottom shows the memory footprint of uBO before one minute has elapsed while the browser is idle.