I still haven't gotten a response to my question. I'm not running with
the '-M' flag as another user has also asked about this type of issue.
Here are the flags that I'm using:
/usr/local/bin/memcached -d -p 11111 -u nobody -c 1024 -m 1024 -P
/tmp/memcached1.pid
- Steve
--
Steve Webb - Lead System Administrator for Pronto.com
Email: [EMAIL PROTECTED] (Please send any work requests to: [EMAIL PROTECTED])
Cell: 303-564-4269, Office: 303-497-9367
YIM: scumola
On Thu, 21 Jun 2007, Steve Webb wrote:
Date: Thu, 21 Jun 2007 12:46:28 -0600 (MDT)
From: Steve Webb <[EMAIL PROTECTED]>
To: [email protected]
Subject: bytes > limit_maxbytes and no evictions?
Hey there. I was running some tests (dev won't let me put memcached into
production before I run tons of tests on it) and I overflowed the memcache
memory size, but got a "bytes" number that's greater than the
"limit_maxbytes" and also see no "evictions".
Anyone want to help me out understanding what's going on?
This machine is running the 1.2.2 version.
$ telnet qa02 11112
Trying 192.168.1.61...
Connected to qa02.cluster (192.168.1.61).
Escape character is '^]'.
stats
STAT pid 19089
STAT uptime 95249
STAT time 1182450670
STAT version 1.2.2
STAT pointer_size 32
STAT rusage_user 4.764275
STAT rusage_system 12.817051
STAT curr_items 13460
STAT total_items 168488
STAT bytes 5364950
STAT curr_connections 7
STAT total_connections 4318
STAT connection_structures 9
STAT cmd_get 943224
STAT cmd_set 168488
STAT get_hits 774737
STAT get_misses 168487
STAT evictions 0
STAT bytes_read 95203931
STAT bytes_written 217914778
STAT limit_maxbytes 5242880
STAT threads 4
END
- Steve