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

Bogus results for getrlimit? #6

Closed
thanpolas opened this issue Jan 21, 2013 · 1 comment
Closed

Bogus results for getrlimit? #6

thanpolas opened this issue Jan 21, 2013 · 1 comment

Comments

@thanpolas
Copy link

This doesn't look correct:

$ node
> var posix = require('posix')
undefined
> posix.getrlimit('nofile')
{ soft: 256, hard: 4294967295 }

On OSX Lion, 10.7.5 using node-posix v0.0.10

@melor
Copy link
Member

melor commented Jan 21, 2013

Fixed in 0.0.11. Thanks for reporting the issue!

@melor melor closed this as completed Jan 21, 2013
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