-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
[Question] - Firefox.launch.Process failed to launch! No space left on device. #4432
Comments
Hi, |
@jknooks583 in what environment (what linux distribution, docker etc) do you see this? Firefox somehow fails to allocate shared memory for interprocess communication, so it might be unrelated to available disk space. Also the error from |
@yury-s For more context, we are launching multiple browser instances (we are closing them but we are launching quite a lot before they close out again) which I thought might be related to the issue. Wasn't sure if this is a problem and if so, how it can be fixed. |
That may well be the reason why it fails, do you mind sharing some details on how many browser instances are running simultaneously and what is the machine configuration? Also you could consider creating reusing browser instance but creating multiple contexts instead which in general is more performant and our recommended way for running multiple tests in parallel. |
We are using We are trying to increase memory and cpu here to see if it helps at all |
Looks like out of memory / resources issue. Closing this for now, please feel free to reopen with the additional details! |
Seeing the following error message. Not sure how I can go about fixing this issue and was wondering if I could get help please.
The text was updated successfully, but these errors were encountered: