Skip to content

Sample Chunks Loaded

Daniel Mills edited this page Mar 31, 2016 · 3 revisions

What is it?

This sample measures the count of chunks loaded in all worlds on the server. This is not a measurement of all the chunks your worlds contain, but what is actually being used by the server, players, and plug-ins. The more players you have the more chunks you will have loaded. If you have a plugin that keeps chunks loaded, you may have higher values.

What is Ideal?

This value scales with the count of players you have, plus a lot of noise from where they are (some players may share chunks) and your chunk view distance in the server configuration. As long as your server is not low on Used Memory and your Chunk Memory Percent is not more than 90%, you should be fine.

Configuration

Located at plugins/React/samplers/sample-chunks-loaded.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: 5