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

File and process limits in OSX #1

Open
nternetinspired opened this issue Sep 23, 2014 · 1 comment
Open

File and process limits in OSX #1

nternetinspired opened this issue Sep 23, 2014 · 1 comment

Comments

@nternetinspired
Copy link

This is an issue I've run into before with Gulp, because OSX limits the number of processes and open files, and it isn't hard to see how that can be exceeded with a large extension.

Resource limits can be temporarily reset (in this example to 2048) by running ulimit -S -n 2048 before the gulp task.

I thought you might want to add a note about that somewhere in your docs because Gulp's error messages aren't particularly helpful. It took me some time to find a solution when I started using Gulp.

Thanks for all your hard work 👏

@phproberto
Copy link
Owner

Yes. I have seen that happen in a couple of collaborator's computers. I'll add this to the documentation and I will try to simplify it.

Thanks!

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

2 participants