lsmcd
lsmcd copied to clipboard
LiteSpeed Memcache Compatible Persistent HA replication Cache Server
Funny you should mention that. We've been doing some preliminary testing that seems to address the WP Cache problem by installing the libmemcached-awesome library and completely replacing the existing libmemcached...
Where is the uninstall.sh script that your documentation says it is included in the repository? > Note > > If you wish to uninstall LSMCD, you can use the ./uninstall.sh...
I use cPanel and Cloulinux and Litespeed I installed the LSMCD via cPanel plugin file in this command: ```bash sudo git clone https://github.com/litespeedtech/lsmcd.git sudo cd lsmcd sudo ./lsmcd_cpanel.sh ``` LSMCD...
After checking the log file, I noticed this error every few hours: `2021-03-19 03:02:12.701 [ERROR] [__root] [SHM] [-1-11:0x1cebab0] FATAL ERROR alloc2 cross large page boundary, offset: 30FFC00, size: 1072. You...
Setting LogLevel=notice to /usr/local/lsmcd/conf/node.conf is not honored and the /tmp/lsmcd.log still gets bombarded by ERROR messages such as 2021-11-06 21:54:03.636 [ERROR] [__root] Successful SASL authentication not performed Relevant conf lines:...
ip
in production environment ip must set to 127.0.0.1 or changed to servers static ip?
Hi guys I'm using LSMCD on a server with multiple WP sites (all sites are using LSMCD for object caching via the LSCache plugin). Just wondering if running wp_cache_flush (https://developer.wordpress.org/reference/functions/wp_cache_flush/)...
Hi @rperper Is there any chance LSMCD can be updated to include Memcached 1.6's meta protocol and syscall batching features? https://devclass.com/2020/03/09/memcached-1-6-puts-binary-protocol-to-bed/ I use regular Memcached on a few Apache servers...
Hello, When I tried to start lscmd I get this error:  I install before: yum groupinstall "Development Tools" yum install autoconf automake zlib-devel openssl-devel expat-devel pcre-devel libmemcached-devel cyrus-sasl* Please...
Dear All. I Learn to use LSMCD as replacement of memcached, to speed up our WP Hosting. I think there is one problem about it. I'm writing a simple python...