Skip to content

Instantly share code, notes, and snippets.

@divanvisagie
Created April 10, 2013 18:15
Show Gist options
  • Select an option

  • Save divanvisagie/5357089 to your computer and use it in GitHub Desktop.

Select an option

Save divanvisagie/5357089 to your computer and use it in GitHub Desktop.
Set Limit
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