We have a installed memcached a few days ago, and we keep getting messages 
like this every hour.


Time:         Fri May  8 22:16:11 2020 +0000
Account:      memcached
Resource:     Process Time
Exceeded:     77389 > 1800 (seconds)
Executable:   /usr/bin/memcached
Command Line: /usr/bin/memcached -u memcached -p 11211 -m 2GB -c 1024 -l 
127.0.0.1 -U 0
PID:          9582 (Parent PID:9582)
Killed:       No

Could anyone be so kind as to advice if we need to change the config and 
how?


Memcached config:

PORT="11211"
USER="memcached"
MAXCONN="1024"
CACHESIZE="2GB"
OPTIONS="-l 127.0.0.1 -U 0"

The server has CentOS 7.8 | Apache 2.4 | PHP 7.4

sudo netstat -tulpn | grep :11211
tcp        0      0 127.0.0.1:11211         0.0.0.0:*        LISTEN   
9582/memcached

status:

Redirecting to /bin/systemctl status memcached.service
● memcached.service - Memcached
Loaded: loaded (/usr/lib/systemd/system/memcached.service; enabled; vendor pr   
                             
eset: disabled)
Active: active (running) since Fri 2020-05-08 00:46:22 UTC; 21h ago
Main PID: 9582 (memcached)
CGroup: /system.slice/memcached.service
       └─9582 /usr/bin/memcached -u memcached -p 11211 -m 2GB -c 1024 -l ...`

Thanks

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"memcached" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to memcached+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/memcached/9ce648fe-7ac6-4d85-84fe-d738d5d6ea4d%40googlegroups.com.

Reply via email to