Skip to content

Commit

Permalink
fix typo in firefoxGcInterval
Browse files Browse the repository at this point in the history
  • Loading branch information
jennifer-shehane committed Mar 24, 2020
1 parent 9c2a2b1 commit d4abcf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/guides/references/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ You can turn this option off if the application or site you're testing **does no

## firefoxGcInterval

Firefox has a {% url "known bug" https://bugzilla.mozilla.org/show_bug.cgi?id=1608501 %} where it does not run its internal garbage collection (GC) fast enough, which can lead to consuming all available system memory and crashing. You can progress on this issue {% issue 6187 'here' %}.
Firefox has a {% url "known bug" https://bugzilla.mozilla.org/show_bug.cgi?id=1608501 %} where it does not run its internal garbage collection (GC) fast enough, which can lead to consuming all available system memory and crashing. You can see progress on this issue {% issue 6187 'here' %}.

Cypress prevents Firefox from crashing by forcing Firefox to run its GC cleanup routines between tests.

Expand Down

0 comments on commit d4abcf1

Please sign in to comment.