Mozilla keeps autorefreshing whenever I switch tabs
Hey, my Mozilla - currently Firefox 67 - keeps on auto refreshing tabs whenever I change tabs. The "accessibility.blockautorefresh" status is still shown as "defeault" and value is still set to "true."
Is this part of the update? Or is it some mistake.
Giải pháp được chọn
I believe that you are probably referring to Firefox's new feature that unload tabs if it's running low on memory. This is designed to be a performance enhancement, since there's no point in keeping tabs that haven't been accessed in a while open and eating up your computer's resources. The feature is only supposed to trigger when your computer is low on memory, in which case you don't really have a lot to spare.
There appears to be a way to disable this feature. Simply do the following:
- Type
about:config
in your Firefox address bar to open the Configuration Editor. - Bypass the warning (we'll be careful, I promise).
- Find the
browser.tabs.unloadOnLowMemory
preference. - Double click it to change the value to
false
. - Restart Firefox.
Hope this helps.
Đọc câu trả lời này trong ngữ cảnh 👍 1Tất cả các câu trả lời (9)
Hi,
How much free memory do you have?
This looks a bit like Firefox is suspending the other tabs due to low memory. When it wakes them up, it then needs to reload them.
It will start suspending tabs when there's less than 400MB memory remaining. See here for some more information:
https://blog.mozilla.org/blog/2019/05/21/latest-firefox-release-is-faster-than-ever/
Giải pháp được chọn
I believe that you are probably referring to Firefox's new feature that unload tabs if it's running low on memory. This is designed to be a performance enhancement, since there's no point in keeping tabs that haven't been accessed in a while open and eating up your computer's resources. The feature is only supposed to trigger when your computer is low on memory, in which case you don't really have a lot to spare.
There appears to be a way to disable this feature. Simply do the following:
- Type
about:config
in your Firefox address bar to open the Configuration Editor. - Bypass the warning (we'll be careful, I promise).
- Find the
browser.tabs.unloadOnLowMemory
preference. - Double click it to change the value to
false
. - Restart Firefox.
Hope this helps.
How do I find the free memory thing?
Note that this feature is only triggered when you are low on available memory (about 400 MB). If you would disable it then you might be more sensitive to OOM (out-of-memory) crashes where Firefox isn't able to allocate memory.
You can look at the about:memory page and the about:performance page (Task Manager).
- "3-bar" Firefox menu button drop-down list -> More -> Task Manager
- https://support.mozilla.org/en-US/kb/task-manager-tabs-or-extensions-are-slowing-firefox
Được chỉnh sửa bởi cor-el vào
Thank you.
How should I get more free memory? Is there a way of deleting any of them to make more memory?
"Memory" is referring to RAM, which are the physical cards installed in your laptop or desktop computer.
You can update those RAM cards and/or add additional ones in some cases to increase the available memory.
Other than that, you can decrease how much memory your computer uses by limiting how many programs (especially background ones) are running and using your computer's resources.
There are plenty of online tutorials that will explain how to make your computer run faster. Just use extreme caution when downloading any software claiming to clean or tune your PC, because there are many malicious programs out there.
I guess getting more memory requires cleaning the disk?
No, you are thinking of storage. Your computer has RAM and a Hard Drive, both of which are called "memory", which causes a lot of confusion. In this particular situation, "memory"is referring to the RAM, not the Hard Drive (disk).
This website has a very good, basic explanation of the difference between the two types of storage.
Primarily, to free up "memory" in the context of this thread, you want to either upgrade the RAM chips in your computer or cut the number of programs running.
For example, when you start your computer, some programs open automatically. For example, a common one that opens automatically on some computers is Skype, a video chatting service. Every program that opens uses a portion of your RAM to operate. The more programs that are open, the less free RAM you have.
It's also important to note that "programs" are not necessarily stuff that you can see is running. For example, Windows has a lot of "services", which are essentially programs. At any given time, your computer may be running hundreds of programs in the background.
Hope this gives you a clearer picture of what "memory" is referring to.
Thank you, sir. I will keep that in mind.
Again, thanks.