Config.trim on minimize

From MozillaZine Knowledge Base
Revision as of 20:36, 23 December 2005 by General Wesc (talk | contribs) (→‎Background: sp.)
Jump to navigationJump to search

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.

Possible values and their effects

true

Allow Windows to reclaim memory when the program is minimized.

false

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

Caveats

This preference does not exist by default.

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.

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