-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
System.ArgumentException when executing multiple offscreen browsers in the same application #2301
Comments
How many render processes are spawned? Are the urls you are testing all the same domain?
The Older versions had one render process per You can use a
If you are using
|
Yes we changed so we use a context for each browser: |
Closing as #2306 will be used to track this. |
Nuget
What architecture x86 or x64?
x86
On what operating system?
Are you using
WinForms
,WPF
orOffScreen
?OffScreen
What steps will reproduce the problem?
We are using CefSharp browsers as clients when doing load testing of a web product.
We run multiple offscreen browsers in different threads. We use 10 different urls that we run the tests on.
When running more than about 70-80 browser instances some browser sub controls crashes.
No error information is "noted" by the client browser control.
When running the cpu usage is about 40% and there are about 16GB memory free.
What is the expected output? What do you see instead?
To be able to run any number of instances, as long as the machine has resources.
Please provide any additional information below.
From Windows Application Event log:
Cef log contains no information.
Code used to initialize the browser control:
CEF
Sample Application from http://opensource.spotify.com/cefbuilds/index.html?No
The text was updated successfully, but these errors were encountered: