Performance Configuration¶
Complete reference for performance settings.
Configuration Location¶
Settings Reference¶
Default Per-Tick Limit¶
Path: performance.default-per-tick-limit
Type: int
Default: 20
Description: Default blocks processed per server tick
Scan Thread Pool Size¶
Path: performance.scan-thread-pool-size
Type: int
Default: 4
Description: Number of threads for block scanning
Dynamic Throttling¶
Path: performance.dynamic-throttle
Type: section
Description: Automatic performance reduction when server is lagging
Settings: - enabled - Enable dynamic throttling (default: true) - tps-threshold - TPS threshold to start throttling (default: 18.0) - reduction-factor - Performance reduction factor (default: 0.5)
Complete Example¶
performance:
default-per-tick-limit: 20
scan-thread-pool-size: 4
dynamic-throttle:
enabled: true
tps-threshold: 18.0
reduction-factor: 0.5
Performance Tuning¶
For Small Servers¶
For Large Servers¶
Next Steps¶
- Performance Feature - Performance details
- Configuration Overview - Configuration guide