Kind-of worked on the R-Tree; not really enough time to do much.
[aesalon.git] / .aesalon.conf
blobe58525c78815caee5d47e459e5a76619ab572a6c
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:output%i.alog";
15 module visualizer {
16         # Use four threads in the global thread pool.
17         threadCount=4;