Adeodato Simó <[EMAIL PROTECTED]> writes: > # hash table size = 65537 > > From /usr/share/info/ulog-acctd.info.gz:o > > * `hash table size = SIZE': `ulog-acctd' uses a hash table and > linked lists to store the collected accounting data in memory. > SIZE should be set to a power of 2. The default value is 65536. > > This has changed in version 0.4.2 > > Perhaps (I don't know) it doesn't matter much, but I believe it'd be > best to give consistent instructions.
Of course. Thank you for pointing this out. As the hash function changed in 0.4.2, code (and documentation) are correct -- the config file isn't. IF you set hash table size to 65537, ulog-acctd should set it to the next power of 2: 131072. (You can check this in the syslog.) Cheers, -Hilko