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

Too many open files #6

Open
matehat opened this issue Feb 19, 2012 · 3 comments
Open

Too many open files #6

matehat opened this issue Feb 19, 2012 · 3 comments
Labels

Comments

@matehat
Copy link
Owner

matehat commented Feb 19, 2012

node.js:201
        throw e; // process.nextTick error, or 'error' event on first tick
              ^
Error: EMFILE, too many open files 'assets/src/_cache/common.js'
    at Object.openSync (fs.js:230:18)
    at Object.readFileSync (fs.js:120:15)
    at Object.checksumSync (/usr/local/lib/node_modules/brewer/lib/util.js:17:19)
    at File.stamp (/usr/local/lib/node_modules/brewer/lib/file.js:128:35)
    at File.watch (/usr/local/lib/node_modules/brewer/lib/file.js:99:14)
    at /usr/local/lib/node_modules/brewer/lib/package.js:226:35
    at Array.0 (/usr/local/lib/node_modules/brewer/lib/package.js:229:12)
    at EventEmitter._tickCallback (node.js:192:40)
matehat pushed a commit that referenced this issue Feb 20, 2012
Signed-off-by: Mathieu D'Amours <mathieu.damours@nextorms.com>
@matehat
Copy link
Owner Author

matehat commented Feb 21, 2012

The problem didn't show up again, so it's hard to diagnose. Will be monitoring closely and reopen if we can get a better grasp at the issue.

@matehat matehat closed this as completed Feb 21, 2012
@matehat matehat reopened this Feb 22, 2012
@matehat
Copy link
Owner Author

matehat commented Feb 22, 2012

Here is what happened just before failing in the same way again

https://gist.github.com/1885589

@matehat
Copy link
Owner Author

matehat commented Feb 22, 2012

This seems to have to do with reloading after changes. This changes significantly in 0.4, so the problem should disappear by then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant