Currently, the bdbCacheSize configuration parameter in ParliamentKbConfig.txt controls the size of a cache that is dedicated to a single graph. This should instead configure one cache that is used across all graphs.
Implementation: Create a static BDB environment object into which every graph's b-tree is enlisted when it is initialized. Then move the cache configuration to the environment object.
Currently, the bdbCacheSize configuration parameter in ParliamentKbConfig.txt controls the size of a cache that is dedicated to a single graph. This should instead configure one cache that is used across all graphs.
Implementation: Create a static BDB environment object into which every graph's b-tree is enlisted when it is initialized. Then move the cache configuration to the environment object.