Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

How to protect yourself from pages that take up huge amounts of memory?

  • 2 uphendule
  • 1 inale nkinga
  • 81 views
  • Igcine ukuphendulwa ngu zeroknight

more options

I often see that some pages take up too much memory. This critically affects the performance of my laptop with 8 GB of memory. However, I was unable to reproduce this behaviour. Now I have caught two web pages.

https://linuxhandbook.com/sort-top-command/ 

and https://www.tutorialspoint.com/how-to-find-number-of-ram-slots-in-linux The first page quickly takes up 1-2GB and continues to drain memory. The maximum usage was 7 GB on a laptop with 16 GB of memory. This behaviour is the same in Firefox and Chrome. The second page quickly takes up 2GB, which is very noticeable on 8GB laptops. Why do these pages take up so much memory? Most importantly, how can you protect yourself from such an unexpected memory consumption?

I often see that some pages take up too much memory. This critically affects the performance of my laptop with 8 GB of memory. However, I was unable to reproduce this behaviour. Now I have caught two web pages. https://linuxhandbook.com/sort-top-command/ and https://www.tutorialspoint.com/how-to-find-number-of-ram-slots-in-linux The first page quickly takes up 1-2GB and continues to drain memory. The maximum usage was 7 GB on a laptop with 16 GB of memory. This behaviour is the same in Firefox and Chrome. The second page quickly takes up 2GB, which is very noticeable on 8GB laptops. Why do these pages take up so much memory? Most importantly, how can you protect yourself from such an unexpected memory consumption?

Isisombululo esikhethiwe

The majority of the resource consumption in your examples is due to ads and trackers, the first one has 32 iframes which all load in separate processes. With Strict Tracking Protection enabled and uBlock Origin installed, that drops to just two.

Other ways to manage memory:

  1. Enable automatic tab unloading (disabled by default on Linux) by changing browser.tabs.unloadOnLowMemory to true in about:config.
  2. Reduce the number of processes per site by changing dom.ipc.processCount.webIsolated to 1.
  3. Install a system monitor utility so you can see memory usage at all times.
  4. Enable SysRq process signalling so you can kill the most memory-consuming process by pressing RightAlt+SysRq+F.
Funda le mpendulo ngokuhambisana nalesi sihloko 👍 2

All Replies (2)

more options

You can check the about:memory and about:processes pages for info about all processes. See also the about:unloads page for info about the tabs.

Helpful?

more options

Isisombululo Esikhethiwe

The majority of the resource consumption in your examples is due to ads and trackers, the first one has 32 iframes which all load in separate processes. With Strict Tracking Protection enabled and uBlock Origin installed, that drops to just two.

Other ways to manage memory:

  1. Enable automatic tab unloading (disabled by default on Linux) by changing browser.tabs.unloadOnLowMemory to true in about:config.
  2. Reduce the number of processes per site by changing dom.ipc.processCount.webIsolated to 1.
  3. Install a system monitor utility so you can see memory usage at all times.
  4. Enable SysRq process signalling so you can kill the most memory-consuming process by pressing RightAlt+SysRq+F.

Helpful?

Buza umbuzo

You must log in to your account to reply to posts. Please start a new question, if you do not have an account yet.