mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1048640 - Alert the memshrink-telemetry-alerts list about telemetry changes relating to memory usage. r=vladan.
--HG-- extra : rebase_source : 33c14a32e10113258ffaf5182a082e09caad42a8
This commit is contained in:
parent
18948e1ddd
commit
0c900746a9
@ -359,6 +359,7 @@
|
|||||||
"description": "XUL cache was disabled"
|
"description": "XUL cache was disabled"
|
||||||
},
|
},
|
||||||
"MEMORY_RESIDENT": {
|
"MEMORY_RESIDENT": {
|
||||||
|
"alert_emails": ["memshrink-telemetry-alerts@mozilla.com"],
|
||||||
"expires_in_version": "never",
|
"expires_in_version": "never",
|
||||||
"kind": "exponential",
|
"kind": "exponential",
|
||||||
"low": "32 * 1024",
|
"low": "32 * 1024",
|
||||||
@ -368,6 +369,7 @@
|
|||||||
"description": "Resident memory size (KB)"
|
"description": "Resident memory size (KB)"
|
||||||
},
|
},
|
||||||
"MEMORY_VSIZE": {
|
"MEMORY_VSIZE": {
|
||||||
|
"alert_emails": ["memshrink-telemetry-alerts@mozilla.com"],
|
||||||
"expires_in_version": "never",
|
"expires_in_version": "never",
|
||||||
"kind": "exponential",
|
"kind": "exponential",
|
||||||
"low": "32 * 1024",
|
"low": "32 * 1024",
|
||||||
@ -377,6 +379,7 @@
|
|||||||
"description": "Virtual memory size (KB)"
|
"description": "Virtual memory size (KB)"
|
||||||
},
|
},
|
||||||
"MEMORY_VSIZE_MAX_CONTIGUOUS": {
|
"MEMORY_VSIZE_MAX_CONTIGUOUS": {
|
||||||
|
"alert_emails": ["memshrink-telemetry-alerts@mozilla.com"],
|
||||||
"expires_in_version": "never",
|
"expires_in_version": "never",
|
||||||
"kind": "exponential",
|
"kind": "exponential",
|
||||||
"low": "32 * 1024",
|
"low": "32 * 1024",
|
||||||
@ -386,6 +389,7 @@
|
|||||||
"description": "Maximum-sized block of contiguous virtual memory (KB)"
|
"description": "Maximum-sized block of contiguous virtual memory (KB)"
|
||||||
},
|
},
|
||||||
"MEMORY_JS_COMPARTMENTS_SYSTEM": {
|
"MEMORY_JS_COMPARTMENTS_SYSTEM": {
|
||||||
|
"alert_emails": ["memshrink-telemetry-alerts@mozilla.com"],
|
||||||
"expires_in_version": "never",
|
"expires_in_version": "never",
|
||||||
"kind": "exponential",
|
"kind": "exponential",
|
||||||
"high": "1000",
|
"high": "1000",
|
||||||
@ -394,6 +398,7 @@
|
|||||||
"description": "Total JavaScript compartments used for add-ons and internals."
|
"description": "Total JavaScript compartments used for add-ons and internals."
|
||||||
},
|
},
|
||||||
"MEMORY_JS_COMPARTMENTS_USER": {
|
"MEMORY_JS_COMPARTMENTS_USER": {
|
||||||
|
"alert_emails": ["memshrink-telemetry-alerts@mozilla.com"],
|
||||||
"expires_in_version": "never",
|
"expires_in_version": "never",
|
||||||
"kind": "exponential",
|
"kind": "exponential",
|
||||||
"high": "1000",
|
"high": "1000",
|
||||||
@ -402,6 +407,7 @@
|
|||||||
"description": "Total JavaScript compartments used for web pages"
|
"description": "Total JavaScript compartments used for web pages"
|
||||||
},
|
},
|
||||||
"MEMORY_JS_MAIN_RUNTIME_TEMPORARY_PEAK": {
|
"MEMORY_JS_MAIN_RUNTIME_TEMPORARY_PEAK": {
|
||||||
|
"alert_emails": ["memshrink-telemetry-alerts@mozilla.com"],
|
||||||
"expires_in_version": "never",
|
"expires_in_version": "never",
|
||||||
"kind": "exponential",
|
"kind": "exponential",
|
||||||
"low": 1024,
|
"low": 1024,
|
||||||
@ -411,6 +417,7 @@
|
|||||||
"description": "Peak memory used by the main JSRuntime to store transient data (KB)"
|
"description": "Peak memory used by the main JSRuntime to store transient data (KB)"
|
||||||
},
|
},
|
||||||
"MEMORY_JS_GC_HEAP": {
|
"MEMORY_JS_GC_HEAP": {
|
||||||
|
"alert_emails": ["memshrink-telemetry-alerts@mozilla.com"],
|
||||||
"expires_in_version": "never",
|
"expires_in_version": "never",
|
||||||
"kind": "exponential",
|
"kind": "exponential",
|
||||||
"low": 1024,
|
"low": 1024,
|
||||||
@ -420,6 +427,7 @@
|
|||||||
"description": "Memory used by the garbage-collected JavaScript heap (KB)"
|
"description": "Memory used by the garbage-collected JavaScript heap (KB)"
|
||||||
},
|
},
|
||||||
"MEMORY_STORAGE_SQLITE": {
|
"MEMORY_STORAGE_SQLITE": {
|
||||||
|
"alert_emails": ["memshrink-telemetry-alerts@mozilla.com"],
|
||||||
"expires_in_version": "never",
|
"expires_in_version": "never",
|
||||||
"kind": "exponential",
|
"kind": "exponential",
|
||||||
"low": 1024,
|
"low": 1024,
|
||||||
@ -429,6 +437,7 @@
|
|||||||
"description": "Memory used by SQLite (KB)"
|
"description": "Memory used by SQLite (KB)"
|
||||||
},
|
},
|
||||||
"MEMORY_IMAGES_CONTENT_USED_UNCOMPRESSED": {
|
"MEMORY_IMAGES_CONTENT_USED_UNCOMPRESSED": {
|
||||||
|
"alert_emails": ["memshrink-telemetry-alerts@mozilla.com"],
|
||||||
"expires_in_version": "never",
|
"expires_in_version": "never",
|
||||||
"kind": "exponential",
|
"kind": "exponential",
|
||||||
"low": 1024,
|
"low": 1024,
|
||||||
@ -438,6 +447,7 @@
|
|||||||
"description": "Memory used for uncompressed, in-use content images (KB)"
|
"description": "Memory used for uncompressed, in-use content images (KB)"
|
||||||
},
|
},
|
||||||
"MEMORY_HEAP_ALLOCATED": {
|
"MEMORY_HEAP_ALLOCATED": {
|
||||||
|
"alert_emails": ["memshrink-telemetry-alerts@mozilla.com"],
|
||||||
"expires_in_version": "never",
|
"expires_in_version": "never",
|
||||||
"kind": "exponential",
|
"kind": "exponential",
|
||||||
"low": 1024,
|
"low": 1024,
|
||||||
@ -447,6 +457,7 @@
|
|||||||
"description": "Heap memory allocated (KB)"
|
"description": "Heap memory allocated (KB)"
|
||||||
},
|
},
|
||||||
"MEMORY_HEAP_COMMITTED_UNUSED": {
|
"MEMORY_HEAP_COMMITTED_UNUSED": {
|
||||||
|
"alert_emails": ["memshrink-telemetry-alerts@mozilla.com"],
|
||||||
"expires_in_version": "never",
|
"expires_in_version": "never",
|
||||||
"kind": "exponential",
|
"kind": "exponential",
|
||||||
"low": 1024,
|
"low": 1024,
|
||||||
@ -456,6 +467,7 @@
|
|||||||
"description": "Committed, unused heap memory (KB)"
|
"description": "Committed, unused heap memory (KB)"
|
||||||
},
|
},
|
||||||
"MEMORY_HEAP_COMMITTED_UNUSED_RATIO": {
|
"MEMORY_HEAP_COMMITTED_UNUSED_RATIO": {
|
||||||
|
"alert_emails": ["memshrink-telemetry-alerts@mozilla.com"],
|
||||||
"expires_in_version": "never",
|
"expires_in_version": "never",
|
||||||
"kind": "linear",
|
"kind": "linear",
|
||||||
"high": "100",
|
"high": "100",
|
||||||
@ -463,6 +475,7 @@
|
|||||||
"description": "Ratio of committed, unused memory to allocated memory in the heap (percentage)."
|
"description": "Ratio of committed, unused memory to allocated memory in the heap (percentage)."
|
||||||
},
|
},
|
||||||
"GHOST_WINDOWS": {
|
"GHOST_WINDOWS": {
|
||||||
|
"alert_emails": ["memshrink-telemetry-alerts@mozilla.com"],
|
||||||
"expires_in_version": "never",
|
"expires_in_version": "never",
|
||||||
"kind": "exponential",
|
"kind": "exponential",
|
||||||
"high": "128",
|
"high": "128",
|
||||||
@ -471,6 +484,7 @@
|
|||||||
"description": "Number of ghost windows"
|
"description": "Number of ghost windows"
|
||||||
},
|
},
|
||||||
"MEMORY_FREE_PURGED_PAGES_MS": {
|
"MEMORY_FREE_PURGED_PAGES_MS": {
|
||||||
|
"alert_emails": ["memshrink-telemetry-alerts@mozilla.com"],
|
||||||
"expires_in_version": "never",
|
"expires_in_version": "never",
|
||||||
"kind": "exponential",
|
"kind": "exponential",
|
||||||
"high": "1024",
|
"high": "1024",
|
||||||
@ -480,6 +494,7 @@
|
|||||||
"cpp_guard": "XP_MACOSX"
|
"cpp_guard": "XP_MACOSX"
|
||||||
},
|
},
|
||||||
"LOW_MEMORY_EVENTS_VIRTUAL": {
|
"LOW_MEMORY_EVENTS_VIRTUAL": {
|
||||||
|
"alert_emails": ["memshrink-telemetry-alerts@mozilla.com"],
|
||||||
"expires_in_version": "never",
|
"expires_in_version": "never",
|
||||||
"kind": "exponential",
|
"kind": "exponential",
|
||||||
"high": "1024",
|
"high": "1024",
|
||||||
@ -489,6 +504,7 @@
|
|||||||
"cpp_guard": "XP_WIN"
|
"cpp_guard": "XP_WIN"
|
||||||
},
|
},
|
||||||
"LOW_MEMORY_EVENTS_PHYSICAL": {
|
"LOW_MEMORY_EVENTS_PHYSICAL": {
|
||||||
|
"alert_emails": ["memshrink-telemetry-alerts@mozilla.com"],
|
||||||
"expires_in_version": "never",
|
"expires_in_version": "never",
|
||||||
"kind": "exponential",
|
"kind": "exponential",
|
||||||
"high": "1024",
|
"high": "1024",
|
||||||
@ -498,6 +514,7 @@
|
|||||||
"cpp_guard": "XP_WIN"
|
"cpp_guard": "XP_WIN"
|
||||||
},
|
},
|
||||||
"LOW_MEMORY_EVENTS_COMMIT_SPACE": {
|
"LOW_MEMORY_EVENTS_COMMIT_SPACE": {
|
||||||
|
"alert_emails": ["memshrink-telemetry-alerts@mozilla.com"],
|
||||||
"expires_in_version": "never",
|
"expires_in_version": "never",
|
||||||
"kind": "exponential",
|
"kind": "exponential",
|
||||||
"high": "1024",
|
"high": "1024",
|
||||||
@ -4611,6 +4628,7 @@
|
|||||||
"description": "Time (ms) it takes to figure out extension last modified time"
|
"description": "Time (ms) it takes to figure out extension last modified time"
|
||||||
},
|
},
|
||||||
"TELEMETRY_MEMORY_REPORTER_MS": {
|
"TELEMETRY_MEMORY_REPORTER_MS": {
|
||||||
|
"alert_emails": ["memshrink-telemetry-alerts@mozilla.com"],
|
||||||
"expires_in_version": "never",
|
"expires_in_version": "never",
|
||||||
"kind": "exponential",
|
"kind": "exponential",
|
||||||
"high": "5000",
|
"high": "5000",
|
||||||
|
Loading…
Reference in New Issue
Block a user