Status: New Owner: ---- Labels: Type-Defect Priority-Medium
New issue 142 by ferranbonas: Memcached 1.4.5 using 1.5G at boot time http://code.google.com/p/memcached/issues/detail?id=142 What steps will reproduce the problem? 1.Start the memcached with the following command: /usr/local/bin/memcached -u memcached -m 2048 -l 10.13.0.41 -p 11211 What is the expected output? What do you see instead? 1.Once started, if I launch: ps waux |grep memcached |grep -v memcached I get the following: 1018 8421 0.0 0.0 1527276 688 ? Ssl 18:29 0:00 /usr/local/bin/memcached -u memcached -d -m 2048 -l 10.13.0.41 -p 11211 The DRS is set to 1527276 just with memcached started. 2.One hour later: 1018 8421 1.4 15.3 2800488 1274124 ? Ssl 18:29 0:57 /usr/local/bin/memcached -u memcached -m 2048 -l 10.13.0.41 -p 11211 The DRS is set to 2800488, higher than the 2048MB limit. What version of the product are you using? On what operating system? Memcached 1.4.5 (compiled at the same machine) Redhat 5.4 libevent-1.1a-3.2.1 libevent-devel-1.1a-3.2.1 Please provide any additional information below. I've got other linux systems with centos and redhat and when I launch memcached, the ps aux command looks like: 100 9178 0.7 0.4 95920 35972 ? Ssl 18:40 0:00 /usr/local/bin/memcached -u memcached -d -m 2048 -l 10.13.0.46 -p 11211 And the DRS is aprox 90MB, not 1500MB!
