Skip to content

Stopping Firefox Browser Handler From Opening Too Many Tabs #153

Answered by sei-dupdyke
vlombardi22 asked this question in Q&A
Discussion options

You must be logged in to vote

In general, each timeline handler equals an instance of that application. So, there should be just 1 tab per handler that you setup in the default timeline, but there are some scenarios where another tab might be opened periodically:

  • if geckodriver, or geckodriver's connection to the browser somehow is lost, the current tab is then basically hung, and ghosts opens a new instance of Firefox and now you have two tabs — the hung one and the new fresh connection. Ghosts periodically cleans up applications and should reap the hung tab after some time.
  • if you have other timelines in play, those Firefox handlers would open a new tab for each handler.

Some options that affect resource use that …

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@vlombardi22
Comment options

Answer selected by sei-dupdyke
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants