Re: memory efficiency / LRU refactor branch

2015-01-20 Thread Eric McConville
This is more of a comment, but I noticed when debugging w/ running the lru_maintainer option under extreme verbosity (-vvv), I get an endless running/sleeping message. ~> ./memcached -vvv -o lru_maintainer // ... slab start-up ... LRU maintainer thread running LRU maintainer thread

Re: memory efficiency / LRU refactor branch

2015-01-20 Thread dormando
Can probably get rid of that since I added the "juggles" stat. and/or rename it to maintainer_runs or something... was useful to see if I'd hung the thread. On Tue, 20 Jan 2015, Eric McConville wrote: > This is more of a comment, but I noticed when debugging w/ running the > lru_maintainer optio