Re: memcached and max connections (and may be some references to see where memory goes)

2013-12-27 Thread dormando
> Hi everybody,What would be best practice to set max connections? We have 
> "memory leak" issue (memory usage grows, eats all available memory,
> process crashes). I use quotes as I am not sure that this is actually memory 
> leak. I still thinking on the way to validate this. One potential
> suspect is memory used for network connections. We have -c 128000. And -m 
> 24576 as memory limiter. the box itself has 48G of memory and dedicated
> to memcache.
>
> Also, more abstract question: is there any way to see how memcache uses 
> memory? like what amount was reserved for connections?
>
> Thank you and Happy Holidays,
> Den

Hi!

What version are you running? If it's not 1.4.17, can you try that version
and see if it still "leaks"? There was at least one bug fix in the last
two versions which could drop a connection structure.

The "stats" output can tell you how much memory is dictated for the slab
cache and for the hash table, but not all types of memory are accounted
presently.

That is a very large number of connections though. Can you provide some
'stats' output? How many connections do you usually have? Does your memory
usage continue to go up while the number of connections is stable, or do
the number of connections slowly increase with memory usage?

-- 

--- 
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 memcached+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


memcached and max connections (and may be some references to see where memory goes)

2013-12-27 Thread Den Samo
Hi everybody,
What would be best practice to set max connections? We have "memory leak" 
issue (memory usage grows, eats all available memory, process crashes). I 
use quotes as I am not sure that this is actually memory leak. I still 
thinking on the way to validate this. One potential suspect is memory used 
for network connections. We have -c 128000. And -m 24576 as memory limiter. 
the box itself has 48G of memory and dedicated to memcache.

Also, more abstract question: is there any way to see how memcache uses 
memory? like what amount was reserved for connections?

Thank you and Happy Holidays,
Den

-- 

--- 
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 memcached+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Latest Memcached version for windows 64bit

2013-12-27 Thread Radi Ratlh
Hi, I need to deploy the latest memcached server on my windows 64bit server 
but, I didn't find the suitable build for it only what I found is the 
source code.
please let me know where to find this build , also I need to know how to 
deploy memcached as a service with customization options e.g.object size 
and maximum size so how to do that?

Thanks in advance.

-- 

--- 
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 memcached+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.