We have small setup of Kyoto Tycoon [Kyoto Tycoon 0.9.55 (2.18) on Linux (Kyoto Cabinet 1.2.75)] which is Fully In-Memory DB & shared in 3 with Master slave architecture for each shared.
Presently we have issue with expired records which stays in memory & memory utilization goes UP.
When I checked this doc http://fallabs.com/kyototycoon/spex.html#tips where I found "ktremotemgr vacuum" as per description it perform full GC operation.
But I was looking for another way like something config parameter which take cares of removing expired records from memory.
Any help on this please
Thanks
kt
will do this at random and in some cases it is LRU based. Yes the mem utilization will go up for some time.Following is some documentation from the same link.