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 2014, teo wrote:

> 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 maxconns 1024
> STAT tcpport 11211
> STAT udpport 11211
> STAT inter NULL
> STAT verbosity 0
> STAT oldest 0
> STAT evictions on
> STAT domain_socket NULL
> STAT umask 700
> STAT growth_factor 1.25
> STAT chunk_size 48
> STAT num_threads 4
> STAT num_threads_per_udp 4
> STAT stat_key_prefix :
> STAT detail_enabled no
> STAT reqs_per_event 20
> STAT cas_enabled yes
> STAT tcp_backlog 1024
> STAT binding_protocol auto-negotiate
> STAT auth_enabled_sasl no
> STAT item_size_max 1048576
> STAT maxconns_fast no
> STAT hashpower_init 0
> STAT slab_reassign no
> STAT slab_automove 0
> END
>
> This checked for version 1.4.5 from epel and latest 1.4.15 builded from 
> sources.
> Is I alone that want to use memcache for sizes more than 4G?
>
>
> --
>  
> ---
> You received this message because you are subscribed to the Google Groups 
> "memcached" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected].
> For more options, visit https://groups.google.com/groups/opt_out.
>
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"memcached" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to