We are using the above setting to create a separate environment for
each store.
Below is the configuration we use in server.xml
When Voldemort starts I see the following log lines, for each store we
have defined: (we have about 6)
[2010-08-29 06:16:03,445] INFO Creating environment for Store1:
(voldemort.store.bdb.BdbStorageConfiguration)
[2010-08-29 06:16:03,445] INFO BDB cache size = 2621440000
(voldemort.store.bdb.BdbStorageConfiguration)
[2010-08-29 06:16:03,445] INFO BDB je.cleaner.threads = 1
(voldemort.store.bdb.BdbStorageConfiguration)
[2010-08-29 06:16:03,445] INFO BDB je.cleaner.minUtilization = 25
(voldemort.store.bdb.BdbStorageConfiguration)
[2010-08-29 06:16:03,445] INFO BDB je.cleaner.minFileUtilization =
5 (voldemort.store.bdb.BdbStorageConfiguration)
[2010-08-29 06:16:03,445] INFO BDB je.log.fileMax = 62914560
(voldemort.store.bdb.BdbStorageConfiguration)
Does this imply that each store would have a 2500MB cache, its own
cleaner thread, etc.?