summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLSmithx2 <42276854+lsmithx2@users.noreply.github.com>2020-10-23 17:31:32 +0100
committerdormando <dormando@rydia.net>2021-06-07 22:05:58 -0700
commit4946d37b5e57ad5d1c6b0c98e5b96a2f63bcf2e7 (patch)
tree473a27f803aac698ab9d956f915e3606539fcdc1 /README.md
parent683b286dafdfaf65bef21854e0561aae732a4ff4 (diff)
downloadmemcached-4946d37b5e57ad5d1c6b0c98e5b96a2f63bcf2e7.tar.gz
small improvements to readme
small improvements to readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 25bc312..3ce1bc2 100644
--- a/README.md
+++ b/README.md
@@ -17,16 +17,16 @@ list to ask questions, github issues aren't seen by everyone!
## Dependencies
-* libevent, https://www.monkey.org/~provos/libevent/ (libevent-dev)
-* libseccomp, (optional, experimental, linux) - enables process restrictions for
+* libevent - https://www.monkey.org/~provos/libevent/ (libevent-dev)
+* libseccomp (optional, experimental, linux) - enables process restrictions for
better security. Tested only on x86-64 architectures.
-* openssl, (optional) - enables TLS support. need relatively up to date
+* openssl (optional) - enables TLS support. need relatively up to date
version.
## Environment
Be warned that the -k (mlockall) option to memcached might be
-dangerous when using a large cache. Just make sure the memcached machines
+dangerous when using a large cache. Just make sure the memcached machines
don't swap. memcached does non-blocking network I/O, but not disk. (it
should never go to disk, or you've lost the whole point of it)