-
|
Failed to open index file: .../00000000000000004555.index. Too many open files (os error 24) I also tried setting Environment: Question:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
AFAIK on linux on my PC this test uses around 20-30k FDs. we can reduce the time that it runs (right now it's 10s, see top of the file) - this should reduce the total FDs. can you test it with time set to e.g. 2s and check if it helped? |
Beta Was this translation helpful? Give feedback.
AFAIK on linux on my PC this test uses around 20-30k FDs. we can reduce the time that it runs (right now it's 10s, see top of the file) - this should reduce the total FDs. can you test it with time set to e.g. 2s and check if it helped?