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.
Closed
Description
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