🔥 Preheat

Predict. Preload. Perform.

Adaptive readahead daemon for Linux

View on GitHub

Configuration Examples

Real-world usage scenarios and configuration examples.


Available Examples

Example Difficulty Description
Basic Example Beginner First-time setup and verification
Advanced Example Intermediate Custom configurations for specific scenarios

For Beginners

Start with the Basic Example to understand:

For Power Users

See the Advanced Example for:


Quick Configuration Templates

Minimal (Safe Defaults)

[model]
cycle = 20

[system]
doscan = true
dopredict = true
[model]
cycle = 20
usecorrelation = true
memfree = 50
memtotal = -10

[system]
sortstrategy = 3
processes = 30
autosave = 3600

SSD Optimized

[system]
sortstrategy = 0
processes = 50

Low Memory (2-4 GB RAM)

[model]
cycle = 30
memfree = 25
memtotal = -20
minsize = 5000000

[system]
processes = 10
autosave = 7200

Aggressive (Fast Hardware)

[model]
cycle = 15
memfree = 70
memtotal = 0
minsize = 1000000

[system]
sortstrategy = 0
processes = 50
autosave = 1800

Previous Up
← Troubleshooting Documentation Index