Implement size limit for the cache of opened IPC handles - #998
Merged
Conversation
Author
|
TODO: need to add tests |
Collaborator
|
and probably you could add some info about this var into README, pls |
vinser52
force-pushed
the
svinogra_ipc_cache
branch
from
December 17, 2024 11:35
c12c72a to
3615b04
Compare
Author
Sure, I will do that. |
vinser52
force-pushed
the
svinogra_ipc_cache
branch
from
January 14, 2025 13:20
3615b04 to
d7775a9
Compare
Contributor
|
@vinser52 what are the plans for this PR? Is it working and ready to review? |
Author
It is not ready yet. I am working on it right now. Need to implement proper refcounting and eviction. |
vinser52
force-pushed
the
svinogra_ipc_cache
branch
from
February 17, 2025 16:33
d7775a9 to
49dd961
Compare
3 tasks
vinser52
force-pushed
the
svinogra_ipc_cache
branch
4 times, most recently
from
February 21, 2025 11:31
00e4b48 to
f6b00ec
Compare
vinser52
marked this pull request as ready for review
February 21, 2025 11:32
vinser52
force-pushed
the
svinogra_ipc_cache
branch
from
February 21, 2025 13:13
f6b00ec to
d939f05
Compare
vinser52
commented
Feb 21, 2025
vinser52
force-pushed
the
svinogra_ipc_cache
branch
from
February 21, 2025 13:23
d939f05 to
5ba3269
Compare
Author
@lukaszstolarczuk Done. I updated the online documentation. |
vinser52
force-pushed
the
svinogra_ipc_cache
branch
from
February 21, 2025 20:49
af4cedd to
ee16966
Compare
vinser52
force-pushed
the
svinogra_ipc_cache
branch
2 times, most recently
from
February 22, 2025 21:28
abe2ff4 to
aa8c457
Compare
ldorau
reviewed
Feb 24, 2025
ldorau
requested changes
Feb 24, 2025
ldorau
requested changes
Feb 24, 2025
vinser52
force-pushed
the
svinogra_ipc_cache
branch
3 times, most recently
from
March 5, 2025 19:47
4f58542 to
11c7f6d
Compare
ldorau
requested changes
Mar 6, 2025
ldorau
approved these changes
Mar 6, 2025
ldorau
left a comment
Contributor
There was a problem hiding this comment.
LGTM except the above question
vinser52
force-pushed
the
svinogra_ipc_cache
branch
from
March 7, 2025 11:08
11c7f6d to
583973d
Compare
bratpiorka
reviewed
Mar 7, 2025
bratpiorka
reviewed
Mar 7, 2025
bratpiorka
reviewed
Mar 7, 2025
vinser52
force-pushed
the
svinogra_ipc_cache
branch
from
March 7, 2025 15:45
583973d to
89d338c
Compare
5 tasks
vinser52
force-pushed
the
svinogra_ipc_cache
branch
from
March 10, 2025 11:19
89d338c to
f072239
Compare
Contributor
|
@bratpiorka @lplewa @igchor please re-review |
KFilipek
reviewed
Mar 10, 2025
igchor
approved these changes
Mar 10, 2025
Contributor
|
@vinser52 please rebase |
added 6 commits
March 11, 2025 12:44
vinser52
force-pushed
the
svinogra_ipc_cache
branch
from
March 11, 2025 11:45
f072239 to
5f4336d
Compare
Author
Done |
KFilipek
approved these changes
Mar 11, 2025
bratpiorka
approved these changes
Mar 11, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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