-
Notifications
You must be signed in to change notification settings - Fork 52
Sample Chunk Memory
Daniel Mills edited this page Mar 31, 2016
·
3 revisions
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).
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.
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