Implement size limit for the cache of opened IPC handles#998
Merged
bratpiorka merged 6 commits intooneapi-src:mainfrom Mar 11, 2025
Merged
Implement size limit for the cache of opened IPC handles#998bratpiorka merged 6 commits intooneapi-src:mainfrom
bratpiorka merged 6 commits intooneapi-src:mainfrom
Conversation
Author
|
TODO: need to add tests |
Contributor
|
and probably you could add some info about this var into README, pls |
c12c72a to
3615b04
Compare
Author
Sure, I will do that. |
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. |
d7775a9 to
49dd961
Compare
3 tasks
00e4b48 to
f6b00ec
Compare
f6b00ec to
d939f05
Compare
vinser52
commented
Feb 21, 2025
d939f05 to
5ba3269
Compare
Author
@lukaszstolarczuk Done. I updated the online documentation. |
af4cedd to
ee16966
Compare
abe2ff4 to
aa8c457
Compare
ldorau
reviewed
Feb 24, 2025
ldorau
requested changes
Feb 24, 2025
ldorau
requested changes
Feb 24, 2025
4f58542 to
11c7f6d
Compare
ldorau
requested changes
Mar 6, 2025
ldorau
approved these changes
Mar 6, 2025
Contributor
ldorau
left a comment
There was a problem hiding this comment.
LGTM except the above question
11c7f6d to
583973d
Compare
bratpiorka
reviewed
Mar 7, 2025
bratpiorka
reviewed
Mar 7, 2025
bratpiorka
reviewed
Mar 7, 2025
583973d to
89d338c
Compare
5 tasks
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
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