MySQL Forums
Forum List  »  NDB clusters

Re: NDB Memcache - change memcache caching size
Posted by: John Duncan
Date: March 08, 2017 03:07PM

Hi,

I'm able to do this without a problem.

$ pwd
/Users/jdd/git-work-trees/installed/7.5-working

# Start Memcached with 128 MB cache
$ bin/memcached -E lib/ndb_engine.so -m 128

# Check cache size
$ bin/memclient
Memclient 1.0 using Term::ReadLine::Stub
Attempting ASCII connection to localhost:11211 ...
Connected.
memcache > stats
cas_badval 0
time 1489007033
total_connections 11
limit_maxbytes 134217728


JD

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: NDB Memcache - change memcache caching size
684
March 08, 2017 03:07PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.