mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-03 15:26:07 +00:00
Bug 790615 - Add the MEMORY_RESIDENT telemetry histogram back. r=froydnj
This commit is contained in:
parent
02e2d2aa80
commit
9115d2104a
@ -163,6 +163,13 @@
|
||||
"kind": "boolean",
|
||||
"description": "Successful telemetry submission"
|
||||
},
|
||||
"MEMORY_RESIDENT": {
|
||||
"kind": "exponential",
|
||||
"low": "32 * 1024",
|
||||
"high": "1024 * 1024",
|
||||
"n_buckets": 50,
|
||||
"description": "Resident memory size (KB)"
|
||||
},
|
||||
"MEMORY_JS_COMPARTMENTS_SYSTEM": {
|
||||
"kind": "exponential",
|
||||
"high": "1000",
|
||||
|
Loading…
x
Reference in New Issue
Block a user