8000 Failed creating session: EMFILE, open 'some/file/path.js' (in MacOS) · Issue #347 · busterjs/buster · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Sep 7, 2018. It is now read-only.
This repository was archived by the owner on Sep 7, 2018. It is now read-only.
Failed creating session: EMFILE, open 'some/file/path.js' (in MacOS) #347
Closed
@gregtillbrook

Description

@gregtillbrook

This error had me scratching my head until we figured out it wasn't directly a buster issue. Im listing it here as there's a good chance it'll affect someone else when using buster.

The error: Buster execution fails with the error Failed creating session: EMFILE, open 'some/file/path.js' (in MacOS)

The fix: The error relates to the number of files that can be open simultaneously. Up this limit to fix by typing the following in the terminal;

ulimit -n 10000

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0