Is memcache 32bit only?

2014-02-18 Thread teo
If I set any value in CACHESIZE any value more than 4096, than memcache actually use only value = mod by 4096. # cat /etc/sysconfig/memcached PORT="11211" USER="memcached" MAXCONN="1024" CACHESIZE="8191" OPTIONS="" # echo "stats settings" | nc localhost 11211 STAT maxbytes 4293918720 STAT maxco

Re: Is memcache 32bit only?

2014-02-18 Thread dormando
https://github.com/memcached/memcached/commit/7068e52aa30a5178265549d433d7289ef056b6a3 it was a reporting error in "stats settings", fixed in newer versions. Why did you try .15 and not .17? The limit is correctly printed under vanilla "stats" output (limit_maxbytes or something). On Tue, 18 Feb