Config.trim on minimize: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
(→‎Recommended settings: Probably doesn't really do anything)
 
(8 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{wrongtitle|title=config.trim_on_minimize}}
{{preference|pref=config.trim_on_minimize}}


==Background==
==Background==
On Windows operating systems, when a program is minimized and left for a period of time, Windows will reclaim the memory the program used in anticipation that other programs might need it. Because of the way Mozilla applications are stored in memory, Windows is much more aggressive in reclaiming the memory they use, which can cause a delay when the program is restored. This preference determines whether to allow Windows to reclaim memory from a minimized Mozilla application.
On Windows operating systems, when a program is minimized and left for a period of time, Windows will swap memory the program is using from RAM onto the hard disk in anticipation that other programs might need RAM. Because of the way Mozilla applications are stored in memory, Windows is much more aggressive in swapping out the memory they use, which can cause a delay when the program is restored. This preference determines whether to mark memory as preferably swappable, from a minimized Mozilla Windows application.


==Possible values and their effects==
==Possible values and their effects==
===true===
===true===
Allow Windows to reclaim memory when the program is minimized.
Allow Windows to swap out memory when the program is minimized.
===false===
===false===
Prevent Windows from reclaiming memory when the program is minimized. (Default)
Prevent Windows from swapping out memory when the program is minimized. (Default)


==Caveats==
==Caveats==
Line 14: Line 14:


==Recommended settings==
==Recommended settings==
If you're experiencing problems with the application consuming too much memory, you can try setting this preference to true. If you're not experiencing any problems, it should be left at false to maintain application responsiveness.
Any positive effect of this setting is dubious, since any memory saving may be illusory.[https://bugzilla.mozilla.org/show_bug.cgi?id=420267#c7 Bug 420267, comment 7]
 
However, if you're experiencing problems with the application consuming too much RAM (Mem Usage in the Windows Task Manager), you can try setting this preference to true. If you're not experiencing any problems, it should be left at false to maintain application responsiveness.


==First checked in==
==First checked in==
Line 24: Line 26:
* Firefox (all versions since 0.9 on Windows)
* Firefox (all versions since 0.9 on Windows)
* Thunderbird (all versions since 0.6 on Windows)
* Thunderbird (all versions since 0.6 on Windows)
* Seamonkey (all versions on Windows)
* SeaMonkey (all versions on Windows)


==Related bugs==
==Related bugs==
Line 30: Line 32:


[[Category:Preferences]]
[[Category:Preferences]]
[[Category:Preferences (Thunderbird)]]

Latest revision as of 20:47, 19 June 2013

Background

On Windows operating systems, when a program is minimized and left for a period of time, Windows will swap memory the program is using from RAM onto the hard disk in anticipation that other programs might need RAM. Because of the way Mozilla applications are stored in memory, Windows is much more aggressive in swapping out the memory they use, which can cause a delay when the program is restored. This preference determines whether to mark memory as preferably swappable, from a minimized Mozilla Windows application.

Possible values and their effects

true

Allow Windows to swap out memory when the program is minimized.

false

Prevent Windows from swapping out memory when the program is minimized. (Default)

Caveats

This preference does not exist by default.

Recommended settings

Any positive effect of this setting is dubious, since any memory saving may be illusory.Bug 420267, comment 7

However, if you're experiencing problems with the application consuming too much RAM (Mem Usage in the Windows Task Manager), you can try setting this preference to true. If you're not experiencing any problems, it should be left at false to maintain application responsiveness.

First checked in

2004-04-01 by Dan M

Has an effect in

  • Netscape (all versions since 7.2 on Windows)
  • Mozilla Suite (all versions since 1.7 on Windows)
  • Firefox (all versions since 0.9 on Windows)
  • Thunderbird (all versions since 0.6 on Windows)
  • SeaMonkey (all versions on Windows)

Related bugs