Hi i forgot to mention if i do a grep of my makefile i get this:

$ grep 64 Makefile
install_sh_DATA = $(install_sh) -c -m 644
build_triplet = x86_64-unknown-linux-gnu
host_triplet = x86_64-unknown-linux-gnu
target_triplet = x86_64-unknown-linux-gnu
CFLAGS = -m64 -m64 -pthread -pthread -Wall -Werror -pedantic 
-Wmissing-prototypes -Wmissing-declarations -Wredundant-decls 
-fno-strict-aliasing
CPPFLAGS = -I/opt/memcached/libevent/64bits/include 
INSTALL_DATA = ${INSTALL} -m 644
LDFLAGS = -L/opt/memcached/libevent/64bits/lib 
 -Wl,-rpath,/opt/memcached/libevent/64bits/lib
build = x86_64-unknown-linux-gnu
build_cpu = x86_64
host = x86_64-unknown-linux-gnu
host_cpu = x86_64
prefix = /opt/memcached/memcached-1.4.15/64bits
target = x86_64-unknown-linux-gnu
target_cpu = x86_64






El viernes, 21 de junio de 2013 14:00:09 UTC-5, José Luis Cetina escribió:
>
> When I'm trying to use memcached with 4GB (-m 4096) with the next command:
>
> memcached -m 4096 -l localhost
>
> I got the following results after I use this command to verify the state 
> of memcached:
>
> $ echo "stats settings" | nc localhost 11211
>
> STAT maxbytes 0
> STAT maxconns 1024
> STAT tcpport 11211
> STAT udpport 11211
> STAT inter localhost
> 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 no
> END
>
> My server is configured upon debian 6.0 with 16GB of RAM, and  memcached 
> v.1.4.15 was installed and compiled with the  --enable-64bit.
> The most curious about is that if I set the value of 4095 the STAT 
> maxbytes gets around 3.9GB but EVERY value greater or equal to 4096 the 
> STAT maxbytes doesn't get the exact value (values greater than 4GB).
> I test on a debian 7 with 1.4.13 memcached version and I get the same 
> behaviour.
> How can i be certain if memcached is really enabled at 64 bits?
>
>
>

-- 

--- 
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