View Single Post
  #7 (permalink)  
Old 05-21-2008, 03:44 AM
The Fold The Fold is offline
Senior Member
 
Posts: 50
Default

I took a look at that and I don't think I should be having an issue

Code:
# /opt/zimbra/sleepycat/bin/db_stat -c -h /opt/zimbra/openldap-data | head -n 12

db_stat: Ignoring log file: /opt/zimbra/openldap-data/logs/log.0000000008: magic number 0, not 40988
db_stat: DB_ENV->log_put: 8: Invalid argument
db_stat: dbenv->close: Invalid argument
11228   Last allocated locker ID.
2147M   Current maximum unused locker ID.
9       Number of lock modes.
3000    Maximum number of locks possible.
1500    Maximum number of lockers possible.
1500    Maximum number of lock objects possible.
25      Number of current locks.
163     Maximum number of locks at any one time.
1499    Number of current lockers.
1500    Maximum number of lockers at any one time.
20      Number of current lock objects.
93      Maximum number of lock objects at any one time.
EDIT: My bad, I didn't see the
Code:
1499    Number of current lockers.
1500    Maximum number of lockers at any one time.
Reply With Quote