Created
April 10, 2013 18:15
-
-
Save divanvisagie/5357089 to your computer and use it in GitHub Desktop.
Set Limit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var posix = require( 'posix' ); | |
| posix.setrlimit('nofile', { soft: 10000 }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment