<div>Do you know which version the eviction stats were added? We are running 1.1.12 (which came on the Ubuntu server CD I think)</div>
<div>cheers</div>
<div>Harry<br><br> </div>
<div><span class="gmail_quote">On 5/31/07, <b class="gmail_sendername">Ben Hartshorne</b> <<a href="mailto:memcache@green.hartshorne.net">memcache@green.hartshorne.net</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">On Thu, May 31, 2007 at 10:37:07AM +0100, Harry McIntyre wrote:<br>> Hi there folks!<br>><br>> We have just set up our first memcached server. As a test I created two
<br>> instances using -d, one for each of our servers ethernet cards.<br>> Unfortunately we used the default size of 64MB. I would like to somehow<br>> uninstall these daemon processes and reinstall them using 8GB instances, but
<br>> every time I do a killall and reinstanciate them at a different size, then<br>> do a reboot, the original size of 64 MB is restored. We are running an<br>> Ubuntu 7.04 server.<br><br>edit /etc/sysconfig/memcached (or wherever 'grep SYSCONFIG
<br>/etc/init.d/memcached' tells you to find your configuration file; dunno<br>if it's different on ubuntu - I use CentOS) to specify CACHESIZE="8000"<br>for 8GB. (or should it be 8196?)<br><br>> Also, is there a good way to monitor what the current average insert time
<br>> of the files being dropped by the LRU algorithm is? I'm not quite sure how<br>> to tell how hard a memcached server is being hit.<br><br>you have stats for number of sets, gets, cache_hits, and evictions,<br>
which probably are what you're looking for.<br><br>-ben<br><br>--<br>Ben Hartshorne<br>email: <a href="mailto:ben@hartshorne.net">ben@hartshorne.net</a><br><a href="http://ben.hartshorne.net">http://ben.hartshorne.net
</a><br><br>-----BEGIN PGP SIGNATURE-----<br>Version: GnuPG v1.4.1 (GNU/Linux)<br><br>iD8DBQFGXwjDKeT3tvTdv64RAprtAJ0TkztEC0MuIN0ChZFsSFxuBaiBSgCfajgL<br>nn6dbpkKh4b91zpwXjAMg9k=<br>=8uYH<br>-----END PGP SIGNATURE-----<br>
<br></blockquote></div><br>