Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

image.mem.max_ms_before_yield setting, what does it do?

  • 3 svar
  • 2 har dette problemet
  • 2 views
  • Siste svar av cor-el

more options

I'd like to know what this setting does, if anyone could please explain in detail i'd really appreciate it. Thanks.

I'd like to know what this setting does, if anyone could please explain in detail i'd really appreciate it. Thanks.

All Replies (3)

more options
more options

The entry i specified is not included in there.

more options

You can search the Firefox source code in such a case and look for comments.

3519     // Yield if we've been decoding for too long. We check this _after_ decoding
3520     // a chunk to ensure that we don't yield without doing any decoding.
3521     if (aDecodeType == DECODE_TYPE_UNTIL_TIME && TimeStamp::Now() >= deadline)
3522       break;