From 91e91e742d75042b64c6c05c34e521513f9919aa Mon Sep 17 00:00:00 2001 From: Gohar Irfan Chaudhry Date: Fri, 20 Jan 2023 20:34:23 -0500 Subject: [PATCH] nit: typo `memcached.so` -> `memcached` --- memcached/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memcached/README b/memcached/README index b38992142..92b30c134 100644 --- a/memcached/README +++ b/memcached/README @@ -20,7 +20,7 @@ For example, this is a reasonable invocation of OSv with memcached: make image=memached sudo scripts/run.py -m6G -c1 -nv -e \ - "memcached.so -u root -t1 -m5000" + "memcached -u root -t1 -m5000" Note how we created a VM with 1 vCPU ("-c1"), so we passed "-t1" to memcached to have it use one thread; Our VM has 6 GB of memory, so we