Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Driver cache has no limit #69

Open
Rinzwind opened this issue Oct 8, 2024 · 0 comments
Open

Driver cache has no limit #69

Rinzwind opened this issue Oct 8, 2024 · 0 comments

Comments

@Rinzwind
Copy link
Member

Rinzwind commented Oct 8, 2024

There’s no limit to the number of BPRemoteWebDriver instances that BPWebDriverManagerResource caches, which can cause performance degradation even with a low number of cached instances when using a CI setup with constrained resources. There should either be a configurable limit, or support for caching multiple instances should just be dropped.

Note that on Pharo, prior to smalltalkCI pull request #662, test resources were not shared between test classes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant