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.
