Skip to content
This repository has been archived by the owner on May 1, 2019. It is now read-only.

Too many file handles kept open #6

Closed
mburtscher opened this issue Jun 28, 2013 · 2 comments
Closed

Too many file handles kept open #6

mburtscher opened this issue Jun 28, 2013 · 2 comments

Comments

@mburtscher
Copy link

ZendSearch opens file handles for all index files and usually keeps them open until the index is closed. On some systems this will lead to a "Too many files open" error. As a result even includes (like including the RuntimeException.php won't work). This happens especially on Sun Solaris machines where you have a more restrictive file handle limit.

File handles should be closed and not be kept open in parallel which will have negative impact on performance for sure. But a slow search engine is better than a search engine that does not work at all.

@Maks3w
Copy link
Member

Maks3w commented Jul 15, 2013

Hi @mburtscher This repo is not actively maintained if you send a contribution for fix your issue we'll review it.

@Xerkus
Copy link
Member

Xerkus commented Apr 30, 2019

Closing as component is not maintained

@Xerkus Xerkus closed this as completed Apr 30, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants