-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Installation - file table overflow #1890
Comments
This looks related to #1590 as well as the related meteor issue meteor/meteor#8002 Short story, increasing your OS X file limits should help:
|
Thank you @aaronjudd I would like to know the impact to the environnement, is it sure ? |
Looks like you are also running an older version of meteor, and probably reaction. Meteor has resolved many of the file issues in 1.4.2.7, which we are running in development branch, and which will be released to master today. This should help, but generally this is a documented issue (actually there's a of related lot of issues) in the Meteor project, and while I agree with you about modifying the dev env, this is a suggested workaround. |
@iGitScor all you're modifying is the amount of open files the OS will allow. This is required for Meteor's live reload to happen on file changes. And this is something that's completely reversible. http://blog.mact.me/2014/10/22/yosemite-upgrade-changes-open-file-limit |
Perfect, the modifications work for me, thank you guys ! |
Worked here also. might be nice for exprience to add this to the installation guide for macOS... |
Hi folks,
thank you for the great work.
I've tried to reinstall reaction (I installed it few months ago) but after following install steps I've got an issue.
Expected behavior
Run the reaction framework
Actual Behavior
Steps to Reproduce the Behavior
npm install -g reaction-cli reaction init shop cd shop reaction
npm packages were updated, then I get the previous stack trace error.
I've tried to run
reaction pull
thenreaction run
and I got the same issue.I've also tried to launch
meteor
, same result.Configuration
Do you need more information ?
Thank you
The text was updated successfully, but these errors were encountered: