Actions
action #27808
closedAllow usage of CACHELIMIT from workers.ini
Status:
Resolved
Priority:
Low
Assignee:
Category:
Feature requests
Target version:
QA (public, currently private due to #173521) - future
Start date:
2017-11-17
Due date:
% Done:
0%
Estimated time:
Description
To improve the usecase of caching, CACHELIMIT variable needs to be read by the worker and then used during the cache initialization removing the hardcoded 50GB that was set.
https://github.com/os-autoinst/openQA/blob/master/lib/OpenQA/Worker/Engines/isotovideo.pm#L162
entrance level issue
Checklist
- Change Cache::Init calls to use also CACHELIMIT that should come from workers.ini file
Updated by szarate about 7 years ago
- Subject changed from Allow usage of CACHELIMIT to Allow usage of CACHELIMIT from workers.ini
Updated by mitiao almost 7 years ago
- Checklist item changed from to [x] Change Cache::Init calls to use also CACHELIMIT that should come from workers.ini file
Updated by mitiao almost 7 years ago
- Checklist item changed from to [ ] Change Cache::Init calls to use also CACHELIMIT that should come from workers.ini file
Updated by okurz almost 6 years ago
- Status changed from New to Feedback
- Assignee set to okurz
I assume this has been done with https://github.com/os-autoinst/openQA/pull/1783 . As I understood mgriessmeier lately fixed some "disk full" issues by configuring the CACHELIMIT. I will ask him if the fix was effective.
Actions