Stopping Firefox Browser Handler From Opening Too Many Tabs #153
-
Is there a way to stop Firefox agents from opening multiple tabs. Some of the agents I am using are on vm's that do not have a ton of memory so I would like to restrict them to one tab for the browsing timeline. I am just using the Firefox sample timeline with a shorter delay after time and a different set of urls. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
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:
Some options that affect resource use that you might consider are:
Of these, “isheadless” seems to really cut resource use since there is no GUI with that option enabled. HTH |
Beta Was this translation helpful? Give feedback.
-
It should be ~5 minutes. |
Beta Was this translation helpful? Give feedback.
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:
Some options that affect resource use that …