Questions tagged [memcached]

Memcached is an in-memory key-value store for small chunks of arbitrary data (strings, objects). It is commonly used as a cache to speed access to frequently used data.

Memcached is an in-memory key-value store for small chunks of arbitrary data (strings, objects). It is commonly used as a cache to speed access to frequently used data.

390 questions
0
votes
1 answer

Fast access to a hash set in Varnish

I am developing a Varnish pipeline that serves a mix of public and restricted resources. Since access to public resources makes up the vast majority (>99.9%) of the traffic, I want to create shortcuts to bypass auth token validation and other such…
user3758232
  • 109
  • 5
0
votes
0 answers

Getting 499 status from nginx log upto 2 minutes in every 3 hours interval, when memcache restarts

I have two Application servers served by an another haproxy load balancer server. The application servers are connected with a memcache server and a mysql database server. I am observing in every 3 hours interval more than 50% traffic gets 499…
0
votes
1 answer

I have a lot of traffic and only 1 server best config for nginx/varnish/apache configuration

I have a lot of traffic and only 1 server can I get some help with configuration Nginx.conf config: # For more information on configuration, see: # * Official English Documentation: http://nginx.org/en/docs/ # * Official Russian Documentation:…
Jack Duldi
  • 19
  • 9
0
votes
1 answer

memcache container: Error starting userland proxy: listen tcp 0.0.0.0:11211: bind: address already in use

I am having problems setting up memcached on my docker. I get an error when I run: docker run --name=memcache -p 11211:11211 -d memcached memcached -m 128 This is the error that comes after running the command above docker: Error response from…
Mr Krisey
  • 3
  • 4
0
votes
1 answer

Memcached not working in PHP file but working on SSH - CentOS

On my CentOS 7, Memcached is running and working on SSH but not working in the PHP file. I've followed this article: https://www.mynotepaper.com/install-memcached-on-centos-7. This method was working fine on my previous server. I've tested Memcached…
-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

Memcached server with multiple webservers

I'm struggling for days now, I'm setting up my cloud infrastructure: 1 nginx Loadbalancer 2 Centos Webservers 1 Centos Memcached server On the webservers I've installed the php-pecl-memcached packages and made the necessary adjustments to php.ini.…
Peter Fox
  • 115
  • 4
-1
votes
1 answer

Memcache and Python

I installed Memcache doing this: gunzip memcached-1.2.1.tar.gz tar -xvf memcached-1.2.1.tar cd memcached-1.2.1 ./configure make make install Now, what exactly is the next step? (for Python) I know there are two modules, but my friend wants me to…
Alex
  • 8,471
  • 26
  • 75
  • 99
-1
votes
1 answer

Installing Memcached on CentOS 6 Issue

Having a devil of a time getting Memecached on my CentOS 6 server (PHP 5.4.13). Usually all of the DigitalOcean help guides work smoothly (it's a MediaTemple server and support won't install memcached), but I'm hung up on the last step installing…
Paul B
  • 1
  • 1
-1
votes
2 answers

Memcached installation on Linux server

I tried to install memcached on linux server. After successful completion of all installation steps(configure, make and make install), when I try to start memcached services, nothing happens. What could be the problem? Also I don find any conf file…
Pavithra
  • 11
  • 1
-1
votes
3 answers

Does mysql query cache have to be off to use memcached?

How do you know if memcached is being used? Server has mysql query cache on and I believe it also has memcahced installed, but how do I know if memcached is being used? Thanks!
Brett
  • 319
  • 1
  • 3
  • 12
-1
votes
1 answer

Nginx , Apache , Mysql , Memcache with server 4G ram. How optimize to enought memory?

i have 1 dedicated server with Nginx proxy for Apache. Memcache, mysql, 4G Ram. These day, my visitor on my site wasn't increased, but my server get overload always in some specified time. (9AM - 15PM) Ram in use is increased second by second to…
TomSawyer
  • 101
  • 1
  • 3
-1
votes
2 answers

Uninstall all instances of memcached

My host asked me to: " You will need to remove all instances of memcached that you have installed. " How would i go about doing this? I am on CentOS
XLima
  • 1
  • 1
  • 1
  • 1
-1
votes
2 answers

memcached install issues with lib event on server

I've installed libevent on my server in the directory root/data/ and have i'm about to install memcached with ./configure –with-lib-event=/data/; make; make install However, after running a bit I get this error saying i'm pointing to the wrong…
albert N
-2
votes
1 answer

memcached calling wrong libevent

When I try to run memcached from shell I get: memcached: error while loading shared libraries: libevent-1.1a.so.1: cannot open shared object file: No such file or directory However, i've installed a newer version using yum install libevent. I have…
David
  • 841
  • 3
  • 14
  • 31
1 2 3
25
26