-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @Lias-e! I'm Dosu and I’m helping the desktop team. What you're seeing is mostly expected behavior in Zen: essential tabs are designed to always stay loaded and use resources, while pinned tabs can also stay in memory depending on your settings. Even when tabs are unloaded, Zen may still render them as "active" in the UI and taskbar previews, and not-yet-loaded or auto-unloaded tabs look the same as loaded ones unless you explicitly unload them via the right-click menu (which gives them a faded look) [1][2]. To reduce memory usage, check the If you want to unload a tab manually, right-click it and choose "unload tab." Note that essential tabs can't be unloaded with Ctrl+W; that's intentional [1][5]. If you notice that unloaded tabs are still using significant resources, there have been reports that the tab unloading feature doesn't always fully release memory for all tab types, so you may want to monitor this in Let me know if you want more details on changing these settings or troubleshooting further! To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
Hi @Lias-e! I'm Dosu and I’m helping the desktop team.
What you're seeing is mostly expected behavior in Zen: essential tabs are designed to always stay loaded and use resources, while pinned tabs can also stay in memory depending on your settings. Even when tabs are unloaded, Zen may still render them as "active" in the UI and taskbar previews, and not-yet-loaded or auto-unloaded tabs look the same as loaded ones unless you explicitly unload them via the right-click menu (which gives them a faded look) [1][2].
To reduce memory usage, check the
about:config
settingbrowser.sessionstore.restore_pinned_tabs_on_demand
and make sure it's set totrue
—this prevents essentials and pins from ful…