paul.p...@googlemail.com
unread,Apr 12, 2013, 7:50:02 AM4/12/13You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hi,
I posted here the other day and I got some help with regard to memcached.
I am running Redhat w/s 6 and mysql cluster 7.2.12. I am trying to run on a
laptop, which is an i5 multicore with 4 GB of RAM and a 500Gb hard-disk.
I have configure memcache as follows (details of memcache)
PORT=11211
USER=memcached
# max connection 2048
MAXCONN=2048
# set ram size to 2048 - 2GiB
CACHESIZE=2048
# listen to loopback ip 127.0.0.1, for network connection use real ip e.g., 10.0.0.4
#OPTIONS=-lo 127.0.0.1
I am also using a generated my-huge.cnf for use with the memcacched.
I keep getting the following error (below)
CURRENT_TEST: ndb_memcache.basic
The server [memcached.1 - pid: 29531, winpid: 29531, exit: 16384] crashed while running 'check testcase before test'mysqltest failed but provided no output
- saving '/usr/local/mysql-cluster-gpl-7.2.12-linux2.6-i686/mysql-test/var/log/ndb_memcache.basic/' to '/usr/local/mysql-cluster-gpl-7.2.12-linux2.6-i686/mysql-test/var/log/ndb_memcache.basic/'
Only 154 of 2516 completed.
mysql-test-run: *** ERROR: Not all tests completed
Hopefully, I am missing something simple, but any help would be much appreciated.
Paul