rouzier / memcachedb

Automatically exported from code.google.com/p/memcachedb
Other
0 stars 0 forks source link

log files issue #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
same configuration like Issue 2

1. limited space on disk .. like 200 mb
2. set some 50.000 - 75.000 keys with values
3. these keys have some index that is also a key here

database is in env/
here are also some log files 10 mb each that sems to only grow in number 
so my free space in became 0
to delete a key from memcachedb I also need to change value on the index key.
but index key value dosn't change, in result my script run to infinite loop.

If I delete something and make some free space , my script works fine

question is: can this memcachedb log be deactivated? if yes, how?

Original issue reported on code.google.com by cocorult...@gmail.com on 16 Jan 2008 at 9:50

GoogleCodeExporter commented 8 years ago
Use 'db_archive' utility to remove useless log file that comes along with 
Berkeley DB
distribution. See "docs/utility/db_archive.html" in bdb's distribution.

Memcachedb also provides a private command, just telnet in and use 'db_archive'.

Original comment by stv...@gmail.com on 16 Jan 2008 at 10:26