-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NioIoHandler Too many open files #338
Comments
Here is the log.txt. |
Run Another option is to refer to the [Housekeeping configuration documentation](https://docs.eclipsestore.io/manual/storage/configuration/housekeeping.html). The default limit on many Linux machines is 1024, which is insufficient for data-intensive applications. |
Thanks for your hints. I think I have 512. Doing a bit of testing here. How to get out of this situation once it happened? Seems the existing store cannot recover from the situation of too many open files? Increase limits? It's great to have the options you mentioned! Is it possible to make the store cope with the resources given, i.e. adapt to it automatically? |
I think the stream need to be closed , c.f. this question?
stream.close();
The text was updated successfully, but these errors were encountered: