I'm using rdflib with sleepycat as database and python 2.7 as development language.
From time to time, while opening my database (with graph.open), I get the following error:
MemoryError: (12, 'Not enough space -- unable to allocate memory for mutex; resize mutex region')
I tried to find where I should bring modifications in python modules but I have no solution.
How shall I proceed to "resize mutex region" ?
Thanks a lot for help.
Thirry Le Meur