The GitHub Actions job "CI" on kvrocks.git has failed. Run started by GitHub user git-hulk (triggered by git-hulk).
Head commit for run: 841f4e01366a088645bf3d1f870032da731ca703 / Aleks Lozovyuk <[email protected]> Enable the jemalloc option --disable-cache-oblivious (#1575) Inspired a Redis release notice, I add two options for optimizing jmalloc usages: - disable-cache - Disable thread-specific caches for small objects. Objects are cached and released in bulk, thus reducing the total number of mutex operations. - disable-cache-oblivious - Disable cache-oblivious significant allocation alignment for large allocation requests with no alignment constraints. If this feature is disabled, all large allocations are page-aligned as an implementation artifact, which can severely harm CPU cache utilization. For more info, please take a look at the conversations in Redis - https://github.com/redis/redis/pull/12315 where these options are available starting at 7.3-rc2. Report URL: https://github.com/apache/kvrocks/actions/runs/5611424294 With regards, GitHub Actions via GitBox
