Skip to content

Myth: µBlock consumes over 80MB

Raymond Hill edited this page Aug 13, 2014 · 20 revisions

I've seen a couple of instances of people claiming µBlock is not as memory efficient as claimed. Examples:

When µBlock launches, it loads all selected filter lists, parse the content, eliminate duplicates, than instantiates the filters using efficient internal representation. This parsing of the filter lists requires a good amount of temporary memory.

So if you look at the task manager right after µBlock has loaded and parsed the filters, you will still see µBlock's memory footprint as a result of loading all the filter lists. Still, at this point all this temporary memory has been relinquished to the browser, but the browser hasn't yet claimed the freed memory to make it available for reuse.

If the browser is idle enough, before one minute has elapsed, the browser should be able to garbage collect the temporary memory which was freed by µBlock after it finished loading and parsing the filter lists:

µBlock's memory footprint

The top image shows the memory footprint of µBlock right after launch. The image at the bottom shows the memory footprint of µBlock before one minute has elapsed while the browser is idle.

Note that once µBlock's baseline memory footprint won't change that much afterward. It will likely settles a few MB above the memory footprint reached after garbage collection has occurred, whenever the garbage collector is permitted to do its job.

Clone this wiki locally