Began implementing the VCommunication namespace.
[aesalon.git] / .aesalon.conf
blob00d50269573f872065838edd0dd0d1ad5d67b602
1 # Build configuration file for Aesalon.
2 search "modules/";
4 # Default zone size is 16KB.
5 zoneSize=4;
6 # By default, only allocate space for one zone.
7 defaultZones=1;
8 # Allow a maximum of 32,768 zones.
9 zoneUsePages=1;
10 # By default, use only one zone reader (no other threads).
11 zoneReaders=1;