- Notifications
You must be signed in to change notification settings - Fork42
Implement size limit for the cache of opened IPC handles#998
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
vinser52 commentedDec 17, 2024
TODO: need to add tests |
lukaszstolarczuk commentedDec 17, 2024
and probably you could add some info about this var into README, pls |
c12c72a to3615b04Comparevinser52 commentedDec 17, 2024
Sure, I will do that. |
3615b04 tod7775a9Comparebratpiorka commentedFeb 13, 2025
@vinser52 what are the plans for this PR? Is it working and ready to review? |
vinser52 commentedFeb 17, 2025
It is not ready yet. I am working on it right now. Need to implement proper refcounting and eviction. |
d7775a9 to49dd961Compare00e4b48 tof6b00ecComparef6b00ec tod939f05CompareUh oh!
There was an error while loading.Please reload this page.
d939f05 to5ba3269Comparevinser52 commentedFeb 21, 2025
@lukaszstolarczuk Done. I updated the online documentation. |
af4cedd toee16966Compareabe2ff4 toaa8c457CompareUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
4f58542 to11c7f6dCompareUh oh!
There was an error while loading.Please reload this page.
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
ldorau left a comment
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
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
ldorau commentedMar 10, 2025
@bratpiorka@lplewa@igchor please re-review |
Uh oh!
There was an error while loading.Please reload this page.
ldorau commentedMar 11, 2025
@vinser52 please rebase |
vinser52 commentedMar 11, 2025
Done |
785c710 intooneapi-src:mainUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
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