repo.or.cz
/
aesalon.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Began implementing the VCommunication namespace.
[aesalon.git]
/
.aesalon.conf
blob
00d50269573f872065838edd0dd0d1ad5d67b602
1
# Build configuration file for Aesalon.
2
search "modules/";
3
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;