63bus
- Total activity 34
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 10
Comments
Recent activity by 63bus-
/etc/redhat-release:CentOS release 5.11 (Final) /usr/local/cpanel/version:11.56.0.13 /etc/cpupdate.conf:CPANEL=release /etc/cpupdate.conf:RPMUP=daily /etc/cpupdate.conf:SARULESUP=daily /etc/cpupdat...
-
Thanks to both of you. I understand. I will just use it for my web site database as that seems the easiest to do and manage. What is best way to allow access from the application server to the d...
-
Thank you, I understand. I mistakenly thought OOM and it's ability to kill processes was a new feature of WHM as this never occurred before the 11.54 upgrade. I will work on examining and optimiz...
-
I have adjusted them in the past and they have been at higher values when this problem was occurring 1-2 weeks ago. Can you explain how adjusting those parameters will affect why OOM seems to thin...
-
Here you go. The table_open_cache and open_files_limit were lower when this problem occurred yesterday and in the past, I increased those as I was trying to minimize the growth of the opened_file...
-
Maybe this is the issue? libmemcached requires version gcc-4.2 or better
-
Make && make install of this step fails cd ~ wget https://launchpad.net/libmemcached/1.0/1.0.18/+download/libmemcached-1.0.18.tar.gz tar -zxvf libmemcached-1.0.18.tar.gz cd libmemcached-1.0.18 ./co...
-
The Apache module mod_cache is not the same as memcached.
-
Just out of interest, how did you install memcached on Apache 2.4, as the official guide states Memcached is not compatible with this version of Apache? Memcached site: memcached - a distributed m...
-
Resolution to this issue: There was no issue with memcached. Originally my site was overloading because one of my tables had grown so large (120M rows) that the mySQL queries against it could not ...