-
Improvement
-
Resolution: Unresolved
-
Major
-
None
As -live instances histogram requires a fullgc, the histogram will produce all by default (which doesn't require a fullgc).
You could easily configure it by using the system property -Dcom.cloudbees.jenkins.support.impl. HeapUsageHistogram.FULLGC=true (permanent) or by running from Script Console com.cloudbees.jenkins.support.impl. HeapUsageHistogram.FULLGC=true (temporal) if you want to grab live instances.
The histogram component could be easily disabled by using the system property -Dcom.cloudbees.jenkins.support.impl. HeapUsageHistogram.DISABLE=true (permanent) or by running from Script Console com.cloudbees.jenkins.support.impl. HeapUsageHistogram.DISABLE=true (temporal).
- is related to
-
JENKINS-49931 Heap Histogram Collection Destabilizes Masters
-
- Closed
-
-
JENKINS-22791 Record heap histograms
-
- Closed
-
- links to
[JENKINS-50008] Heap Histogram (all instances by default)
Link |
New:
This issue is related to |
Link |
New:
This issue is related to |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Remote Link | New: This issue links to "PR-136 (Web Link)" [ 20237 ] |
Status | Original: In Progress [ 3 ] | New: In Review [ 10005 ] |
Description | Original: As -live instances histogram requires a fullgc, the histogram will produce all by default (which doesn't require a fullgc). |
New:
As -live instances histogram requires a fullgc, the histogram will produce all by default (which doesn't require a fullgc). You could easily configure it by using the system property -Dcom.cloudbees.jenkins.support.impl. HeapUsageHistogram.FULLGC=true (permanent) or by running from Script Console com.cloudbees.jenkins.support.impl. HeapUsageHistogram.FULLGC=true (temporal) if you want to grab live instances. The histogram component could be easily disabled by using the system property -Dcom.cloudbees.jenkins.support.impl. HeapUsageHistogram.DISABLE=true (permanent) or by running from Script Console com.cloudbees.jenkins.support.impl. HeapUsageHistogram.DISABLE=true (temporal). |
Status | Original: In Review [ 10005 ] | New: In Progress [ 3 ] |
Status | Original: In Progress [ 3 ] | New: Open [ 1 ] |
Assignee | Original: Emilio Escobar [ escoem ] |