On Tue, 22 Feb 2011 10:15:11 -0500, John Craws wrote:
Hi Amos,
On Mon, Feb 21, 2011 at 5:37 PM, Amos Jeffries wrote:
<snip>
Thanks for the detail. You are right about it being in the memory
cache.
What I expect to see with your config is that file pushed to disk,
since it
is within the 17MB but over the 32KB. But you have no on-disk cache
right?
You are correct. I have (intentionally) no disk cache (no cache_dir
directive). I expected the object to be discarded.
Something funky is going on with the swapout.
I think there are 2 bugs visible here, the easy one is that the
config
parser is not detecting and warning about the global limit being
larger than
the biggest specific limit. Second being the object not discarded
when over
memory size and push to disk not possible.
That's what I expected also. Let me know if I can do anything to
help.
Is it reasonable to open a bug?
Thanks,
John
It is reasonable to open a bug :)
Meanwhile setting both memory and global limits will be a workable
workaround given that you have no disk cache.
Amos