You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2020/03/20 16:03:45 UTC

[GitHub] [couchdb] wohali commented on issue #2595: FIX: increase ulimit to successful run js-tests

wohali commented on issue #2595: FIX: increase ulimit to successful run js-tests
URL: https://github.com/apache/couchdb/pull/2595#issuecomment-601777942
 
 
   A ulimit that low is highly unusual, given the default on Linux has been 1024 fds since 2.6.39. Your PAM/initd might be forcing it lower, but that's more often than not a user _choice_, not an OS default.
   
   We also discuss increasing the ulimit for CouchDB itself in the documentation, both in the Performance section and the Runtime Errors section.
   
   Generally I feel this change is outside the scope of our Makefile to make, since it's altering the shell environment permanently. This kind of setting should be in the user's development environment or CI setup scripting, not in our Makefile.
   
   I'm -0.5 on this PR (meaning I'm against it, but won't block it if someone else feels strongly it should land.)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services