Jesús Cea Avión added the comment:
This is a standard Berkeley DB behavior. Can I suggest you to report this
"issue" to Oracle forums?
http://docs.oracle.com/cd/E17276_01/html/programmer_reference/env_db_config.html
https://forums.oracle.com/forums/forum.jspa?forumID=271
Closing as "invalid".
New submission from Florian Weimer:
This code:
def _openDBEnv(cachesize):
e = db.DBEnv()
if cachesize is not None:
if cachesize >= 20480:
e.set_cachesize(0, cachesize)
else:
raise error, "cachesize must be >= 20480"
e.set_lk_detect(db.DB_LOCK_D