hmm, I started memcached with strace, but the output file is only 6k in size and is not increasing, I mean no data is written to the file maybe I did something wrong, I started strace this way:
strace -t -o /strace.log /usr/local/bin/memcached -d -u nobody -m 7168 -t 2 -P /var/run/memcached.pid -c 10000 -v any ideas?
