Implemented GlobalVault; removed most dependencies on Coordinator::instance().
[aesalon.git] / .aesalon.conf
blobcf8a7031ed671073ce3e566cf12e0a534bb59ee0
1 # Local configuration file for Aesalon.
2 search "modules/";
4 module monitor {
5         # Default zone size is 16KB.
6         zoneSize=4;
7         # Allow a maximum of 32,768 zones. (Probably enough for all but the most distributed systems.)
8         zoneUsePages=1;
9         # By default, use only one zone reader (only one thread).
10         zoneReaders=1;
11         # Output to a log file by default.
12         output="log:test.alog";
13         output+="log:test-2.alog";