EmmanuelOga / hypergraphdb

Automatically exported from code.google.com/p/hypergraphdb
1 stars 0 forks source link

Q&A section still references the BDBConfig #96

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open 
http://www.hypergraphdb.org/learn?project=hypergraphdb&page=QuestionsAndAnswers

In the section about Performance optimization, the sample code uses the 
BDBConfig. Since HypergraphDB now uses BJE instead of BDB, this is obsolete.

BJE uses 30% of the Java Heap for it's cache by default. Raising this number 
would take Heap space away from HyperGraphDBs Second-Level-Cache, so it maybe 
even be a bad idea to advice users to raise this number.

Original issue reported on code.google.com by google-a...@gehrels.info on 8 Feb 2013 at 2:00