-
Incident report
-
Resolution: Fixed
-
Minor
-
2.2.0
Value cache free space statistics are calculated as total size - used space, which does not include the memory allocator overhead. So in reality it has less free space than reported.And the more small allocations are made, the less precise the free space statistics will be.
A patch to fix it is attached: valuecache-statistics-fix2.diff
- is duplicated by
-
ZBX-11170 shared memory code 'memalloc.c' has 2 critical bugs
- Closed