brave / brave-browser

Brave browser for Android, iOS, Linux, macOS, Windows.
https://brave.com
Mozilla Public License 2.0
17.68k stars 2.31k forks source link

[Perf] private_footprint_size memory usage is constantly increasing for pixel4 bot #38334

Open atuchin-m opened 5 months ago

atuchin-m commented 5 months ago

memory:chrome:all_processes:reported_by_os:private_footprint_size is constantly increasing overtime.

It looks like each new revision consumes more memory than previous. In fact, relaunching the tests on the old revisions also give more numbers than in the original measurements. We definitely remove remove the old package before testing a new one.

image

On the other hand, memory:chrome:all_processes:reported_by_chrome:allocated_objects_size is fine and matches to the changes in the real memory consumption of the C++ code.

https://brave-perf-dashboard.appspot.com/report?sid=6d2d37059bde72a4b13324c3f9b7b31f2c8657d98d6df8a9dd428638abee6f3c

atuchin-m commented 5 months ago

Chromium ref builds are also affected.