4

I opened the same tabs in 32 and 64 versions of FF and the difference in memory consumption is staggering.

Is there anything I can do on my end to reduce the gap? Or is 3x difference to be expected?

FWIW

  1. I limited FF processes to 1 and disabled HW acceleration in both versions.
  2. Yes, I already bought more RAM. Yes, I can live with this.

enter image description here

2
  • Change to another browser? Check differences in plugins, clear caches etc, disable adverts/use adblocker?
    – davidgo
    Commented Jun 19, 2019 at 11:09
  • I am going to retry in a few days when both are worn out Commented Jun 19, 2019 at 15:54

1 Answer 1

1

The shortest, most relevant answer to your question is this:

The short answer is yes, 64-bit operating systems almost always require more RAM than corresponding 32-bit operating systems and 64-bit applications often do require a bit more RAM than corresponding 32-bit applications. There are a number of reasons, but the most basic is that pointers take up twice as much space on a 64-bit operating system as they do on a 32-bit operating system.

I would recommend against trying to 'limit' the resource usage of Firefox in an attempt to lower RAM consumption, as you are likely to greatly hinder its performance, especially when it comes to Quantum multi-processes.

It should also be noted that Google Chrome behaves in a similar manner. There have long been memes and running jokes about how Chrome gobbles up RAM. Firefox Quantum behaves in a similar way to Chrome nowadays because of the degree of separation between the browser process and each individual tab (compartmentalized for stability and security). As a result, add-ons and other things can often be duplicated in each tab process, which is why more tabs = more memory, where this used to have little effect in older Firefox versions.

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .