Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Learn More

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

  • 2 Antworten
  • 1 hat dieses Problem
  • 82 Aufrufe
  • Letzte Antwort von 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?

Ausgewählte Lösung

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.
Diese Antwort im Kontext lesen 👍 2

Alle Antworten (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.

Hilfreich?

more options

Ausgewählte Lösung

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.

Hilfreich?

Stellen Sie eine Frage

Sie müssen sich mit Ihrem Benutzerkonto anmelden, um auf Beiträge zu antworten. Bitte stellen Sie eine neue Frage, wenn Sie noch kein Benutzerkonto haben.