Started to implement symbol resolution system in the monitor.
[aesalon.git] / .aesalon.conf
blobdc845a709ba9b8e8990e6496aa97f0181d4564f8
1 # Build configuration file for Aesalon.
2 search "modules/";
3 # Default zone size is 16KB.
4 zoneSize=4;
5 # Allow a maximum of 32,768 zones. (Probably enough for all but the most distributed systems.)
6 zoneUsePages=1;
7 # By default, use only one zone reader (only one thread).
8 zoneReaders=1;
10 # Always output to tcp:6321.
11 #output "tcp:6321";