X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-integ%2Frecipes-support%2Fmemcached%2Ffiles%2Fmemcached.sysconfig;fp=meta-starlingx%2Fmeta-stx-integ%2Frecipes-support%2Fmemcached%2Ffiles%2Fmemcached.sysconfig;h=d0656788a6513d9562fabcd74aee69acbfb298f3;hb=e0634c6eaf2fe2641a0fb90e84a5defb880b1335;hp=0000000000000000000000000000000000000000;hpb=210d0f78485e760dffcdd3f630f59cec797f3f11;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-integ/recipes-support/memcached/files/memcached.sysconfig b/meta-starlingx/meta-stx-integ/recipes-support/memcached/files/memcached.sysconfig new file mode 100644 index 0000000..d065678 --- /dev/null +++ b/meta-starlingx/meta-stx-integ/recipes-support/memcached/files/memcached.sysconfig @@ -0,0 +1,5 @@ +PORT="11211" +USER="memcached" +MAXCONN="1024" +CACHESIZE="64" +OPTIONS="-l 127.0.0.1,::1"