-
Notifications
You must be signed in to change notification settings - Fork 34
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
Implement size limit for the cache of opened IPC handles #998
Conversation
TODO: need to add tests |
and probably you could add some info about this var into README, pls |
c12c72a
to
3615b04
Compare
Sure, I will do that. |
3615b04
to
d7775a9
Compare
@vinser52 what are the plans for this PR? Is it working and ready to review? |
It is not ready yet. I am working on it right now. Need to implement proper refcounting and eviction. |
d7775a9
to
49dd961
Compare
00e4b48
to
f6b00ec
Compare
f6b00ec
to
d939f05
Compare
d939f05
to
5ba3269
Compare
@lukaszstolarczuk Done. I updated the online documentation. |
af4cedd
to
ee16966
Compare
abe2ff4
to
aa8c457
Compare
4f58542
to
11c7f6d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM except the above question
11c7f6d
to
583973d
Compare
583973d
to
89d338c
Compare
89d338c
to
f072239
Compare
@bratpiorka @lplewa @igchor please re-review |
@vinser52 please rebase |
f072239
to
5f4336d
Compare
Done |
Description
It is a follow-up of the #736. Add an environment variable that allows setting a limit for the size of the cache of opened IPC handles.
Checklist