[issue7565] Increasing resource.RLIMIT_NOFILE has no effect

2013-03-28 Thread Georg Brandl
Georg Brandl added the comment: Closing due to lack of response. -- nosy: +georg.brandl resolution: -> out of date status: open -> closed ___ Python tracker ___ _

[issue7565] Increasing resource.RLIMIT_NOFILE has no effect

2009-12-22 Thread Martin v . Löwis
Martin v. Löwis added the comment: What operating system are you using? Can you provide a relevant snipped of strace output? -- nosy: +loewis ___ Python tracker ___ _

[issue7565] Increasing resource.RLIMIT_NOFILE has no effect

2009-12-22 Thread George King
New submission from George King : My builds from trunk fail to open a number of files greater than the default 2660, even when I increase the limit using: resource.setrlimit(resource.RLIMIT_NOFILE, (test_limit, -1)) Attached is a script that doubles the default limit, sets it, queries it to m