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 |
Quick Links
For Beginners
Start with the Basic Example to understand:
- Installation verification
- How learning works
- Daily usage patterns
For Power Users
See the Advanced Example for:
- HDD optimization
- SSD configuration
- Low-memory systems
- Developer workstations
- Security/pentesting workstation
- Custom whitelists and blacklists
Quick Configuration Templates
Minimal (Safe Defaults)
[model]
cycle = 20
[system]
doscan = true
dopredict = true
Balanced (Recommended)
[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
Navigation
| Previous | Up |
|---|---|
| ← Troubleshooting | Documentation Index |