[tahoe-lafs-trac-stream] [Tahoe-LAFS] #2342: Too many open files

Tahoe-LAFS trac at tahoe-lafs.org
Fri Nov 28 17:39:53 UTC 2014


#2342: Too many open files
------------------------+-----------------------
     Reporter:  zooko   |      Owner:
         Type:  defect  |     Status:  new
     Priority:  normal  |  Milestone:  undecided
    Component:  code    |    Version:  1.10.0
   Resolution:          |   Keywords:
Launchpad Bug:          |
------------------------+-----------------------

Comment (by zooko):

 My consulting client (codenamed "WAG") reported this result on their RHEL
 server:

 {{{
 # python iputil.py v110
 HELLO WORLD 000
 HELLO WORLD 011
 012 getrlimit(RLIMIT_NOFILE) before setrlimit: (1024, 4096)
 }}}

 Also this tweep ran it on CentOS and reported that with the patch
 (https://github.com/zooko/tahoe-lafs/blob/2342-Too-many-open-
 files/src/allmydata/util/iputil.py) the limit was raised to 4096:

 https://twitter.com/brouhaha/status/538085487622107136

 {{{
 CentOS 6.5: before setrlimit: (1024, 4096) ... after setrlimit(4096,
 4096): (4096, 4096)
 }}}

--
Ticket URL: <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/2342#comment:2>
Tahoe-LAFS <https://Tahoe-LAFS.org>
secure decentralized storage


More information about the tahoe-lafs-trac-stream mailing list