Questions tagged [memcache]

114 questions
0
votes
1 answer

Memcache - what's the point when I use Smarty caching?

I've never used memcache but am struggling to see the benefit when I use Smarty caching. The reason I ask is that it says it saves data so as to take load off of the database. Well, I don't run queries I don't need because my pages are cached with…
Ben
  • 3,800
  • 18
  • 65
  • 96
0
votes
2 answers

How much memory should be allocated to memcache?

How much memory should be allocated to memcache on a small EC2 intance (1.7 GB RAM). The OS is Ubuntu Hardy. Thanks.
April
  • 315
  • 7
  • 15
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
  • 11
1 2 3 4 5 6 7
8