Questions tagged [berkeleydb]

Berkeley DB (BDB) is an open source high-performance embedded database library, with API bindings for many programming languages, including C, C++, C#, Java, Perl, PHP, Ruby, Python, Tcl, and Smalltalk, and supports most modern operating systems, including Windows, Unix-like operating systems, mobile operating systems, and real-time operating systems. It originated at UC Berkeley, and is currently distributed and developed by Oracle Corporation.

16 questions
0
votes
1 answer

How to clean up the MemcacheQ db files?

My MemcacheQ is started with: memcacheq -d -r -H /db/baamboo -N -R -L 2048 -T 300 -l 192.168.6.29 -p 22211 -u memcacheq -t 8 -m 512 -P /var/run/baamboo.pid -v It's eating the hard disk space. Found this topic by Google but I have checked the help…
quanta
  • 50,327
  • 19
  • 152
  • 213
1
2