Questions tagged [memcache]

113 questions
0
votes
1 answer

Error with memcache memcached php 7.4

The Server have this Error: PHP Startup: Unable to load dynamic library 'memcached.so' (tried: /usr/lib/php/20190902/memcached.so (/usr/lib/php/20190902/memcached.so: undefined symbol: zend_wrong_parameter_error),…
0
votes
0 answers

Varnish caching issue in the 'Add to cart' section ,,, Drupal,Nginx,Php-Fpm

We are running an ecommerce site configured by drupal with nginx & php-fpm. We also use memcached with mysql database.The service was running smoothly before we enabled the varnish caching. After enabling the varnish we are getting better…
0
votes
0 answers

PHP memory size exhausted in drupal

FastCGI sent in stderr: "PHP message: PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 137612647 bytes) Already I increase 2 times in php.ini file. But again memory size exhausted happening. And also I got…
0
votes
0 answers

Confusion with memcache size increase

I'm facing issues with my memcache recently as we received lot of data requests. So, I used telnet command to get some stats around the memcache. For the production environment, I saw that there are lot of evictions which tells me that the memcache…
-1
votes
1 answer

why memcached server running slow for my case

I am usiing memcached for html caching for my project but it take too much time to retrieving data and responding. Server stats: 8 GB RAM, centos, php client Here is my setting : echo "stats settings" | nc localhost 11211 STAT maxbytes…
Ajit Kumar
  • 101
  • 2
-1
votes
1 answer

Can't telnet to memcache server

I'm trying to connect the application server to the memcache server. App Server 12.12.12.12 Memcache Server 13.13.13.13 Memcache Port 11211 I've tried the following. Ping from 12.12.12.12 to 13.13.13.13 works telnet 13.13.13.13 80 works telnet…
Peter Fox
  • 115
  • 4
-1
votes
1 answer

How to make memcache accessible only from several ip's?

I have 4 load balansed apache servers, that are using one memcache server. I want to make memcache server accessible only from my this 4 servers. How can I do it? Can I write something like this in memcache's config? -l 127.0.0.1, 127.0.0.2,…
Antonio
  • 169
  • 1
  • 10
-1
votes
1 answer

Forward localhost memcached server on port 12111 to domain.com memcached server

My customers are running many scripts that uses memcached, but all of them are using localhost as a address. My localhost server is now out of RAM, because it's doing many other things like WWW and MySQL servers. Now I got a brand new server with…
Spacedust
  • 558
  • 5
  • 12
  • 28
1 2 3 4 5 6 7
8