Project

General

Profile

Actions

Bug #14451

closed

crunchstat-summary recommends 563 TB Keep cache (or more!)

Added by Tom Morris over 5 years ago. Updated almost 5 years ago.

Status:
Resolved
Priority:
Normal
Assigned To:
Tom Morris
Category:
-
Target version:
Story points:
-
Release relationship:
Auto

Description

Even given the low cache utilization, that seems like a lot

### Summary for make_examples_4 (e51c5-dz642-id66uhhem9viqk0)
# Keep cache miss rate 0.19%
# Keep cache utilization 52.15%
#!! make_examples_4 max RSS was 336 MiB -- try runtime_constraints "ram":1020054732
#!! make_examples_4 Keep cache utilization was 52.15% -- try runtime_constraints "keep_cache_ram":562949953421312 (or more)


Subtasks 1 (0 open1 closed)

Task #14961: Review 14451-crunchstat-summary-cache-ramResolvedTom Morris03/15/2019Actions
Actions #1

Updated by Tom Clegg over 5 years ago

source:tools/crunchstat-summary/crunchstat_summary/summarizer.py probably needs to multiply by self._runtime_constraint_mem_unit()/1048576 when computing asked_mib here:

    def _recommend_keep_cache(self):
...
        asked_mib = self.existing_constraints.get(constraint_key, 256)
...
                asked_mib*2*(2**20)/self._runtime_constraint_mem_unit())
Actions #2

Updated by Tom Morris about 5 years ago

  • Assigned To set to Tom Morris
  • Target version set to 2019-03-27 Sprint
Actions #3

Updated by Tom Morris about 5 years ago

  • Status changed from New to In Progress
Actions #4

Updated by Tom Morris about 5 years ago

  • Status changed from In Progress to Resolved
  • % Done changed from 0 to 100
Actions #5

Updated by Tom Morris almost 5 years ago

  • Release set to 15
Actions

Also available in: Atom PDF