You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Daniel Mills edited this page Mar 31, 2016
·
3 revisions
What is it?
This sample estimates the amount of memory chunks are taking up along with a percent of the memory you are using that is just for chunks loaded. Each chunk takes up roughly 80 kilobytes of memory (sometimes more, sometimes less).
What is Ideal?
This value scales with a number of chunks you have loaded, however, it is not exactly accurate as java has automatic garbage collection. This number typically does not scale with performance, but may reflect it.
Configuration
Located at plugins/React/samplers/sample-chunk-memory.yml
component:
# The interval at which this sample measures. # You should not change this unless you know what you're doing.# This interval is sometimes highly sensitive to accuracy.interval: 1