mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
Bug 833629 - Rebucket memory telemetry histograms. r=njn
This commit is contained in:
parent
31f87a1740
commit
528d00db89
@ -176,8 +176,8 @@
|
||||
"MEMORY_RESIDENT": {
|
||||
"kind": "exponential",
|
||||
"low": "32 * 1024",
|
||||
"high": "1024 * 1024",
|
||||
"n_buckets": 50,
|
||||
"high": "16 * 1024 * 1024",
|
||||
"n_buckets": 200,
|
||||
"description": "Resident memory size (KB)"
|
||||
},
|
||||
"MEMORY_VSIZE": {
|
||||
@ -202,8 +202,8 @@
|
||||
"MEMORY_JS_GC_HEAP": {
|
||||
"kind": "exponential",
|
||||
"low": 1024,
|
||||
"high": "512 * 1024",
|
||||
"n_buckets": 50,
|
||||
"high": "16 * 1024 * 1024",
|
||||
"n_buckets": 200,
|
||||
"description": "Memory used by the garbage-collected JavaScript heap (KB)"
|
||||
},
|
||||
"MEMORY_STORAGE_SQLITE": {
|
||||
@ -223,8 +223,8 @@
|
||||
"MEMORY_HEAP_ALLOCATED": {
|
||||
"kind": "exponential",
|
||||
"low": 1024,
|
||||
"high": "1024 * 1024",
|
||||
"n_buckets": 50,
|
||||
"high": "16 * 1024 * 1024",
|
||||
"n_buckets": 200,
|
||||
"description": "Heap memory allocated (KB)"
|
||||
},
|
||||
"MEMORY_HEAP_COMMITTED_UNUSED": {
|
||||
@ -243,14 +243,14 @@
|
||||
"MEMORY_EXPLICIT": {
|
||||
"kind": "exponential",
|
||||
"low": 1024,
|
||||
"high": "1024 * 1024",
|
||||
"n_buckets": 50,
|
||||
"high": "16 * 1024 * 1024",
|
||||
"n_buckets": 200,
|
||||
"description": "Explicit memory allocations (KB)"
|
||||
},
|
||||
"GHOST_WINDOWS": {
|
||||
"kind": "exponential",
|
||||
"high": "128",
|
||||
"n_buckets": 8,
|
||||
"n_buckets": 32,
|
||||
"description": "Number of ghost windows"
|
||||
},
|
||||
"MEMORY_FREE_PURGED_PAGES_MS": {
|
||||
|
Loading…
Reference in New Issue
Block a user