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
3
votes
1 answer

Increase memory to memcached

I need to increase the memory size for memcached. I have done this before, but I cannot remember all the steps that I took. If I remember correctly, I downloaded /etc/sysconfig/memcached and changed CACHESIZE=64 to CACHESIZE=1024. However I am not…
Petrus
  • 125
  • 1
  • 2
  • 5
3
votes
1 answer

Installing memcached on Windows Server 2003

I installed memcached on my dev box which is Windows 7. Everything worked great. Now I want to install on my test server which is Windows Server 2003. I want to run memcached as a Windows service, so I open a command prompt and type memcached.exe…
3
votes
2 answers

Launch memcached on server boot?

How can I do this? Im running RedHat x86_64 es5. I heard that a cron job is possible, and some other people talk about a script? Note that my linux server knowledge is very limit, so please be thorough if you will kindly assist me.
Peter Johansson
  • 377
  • 1
  • 6
  • 8
3
votes
1 answer

What is the standard way to deploy memcached?

I have two IIS servers and two MySQL servers. On all servers I have some available memory (More than a GB). What is the standard way to deploy memcached? Should I add a new server especially for memcached, or should I use my existing servers? If so,…
Tom
3
votes
2 answers

memcached support requires libmemcached

We've configured a Dockerfile containing the following code snippet: ENV MEMCACHE_VERSION=8.0 \ MEMCACHED_VERSION=3.2.0 ############## END ENVIRONMENT VARIABLES ############### ######################################################## RUN…
IT-Girl
  • 131
  • 3
3
votes
1 answer

The memcache was not invalidated by NSS responder

I was deleting a user. # userdel u1 The memcache was not invalidated by nss responder. But finally the user was deleted. What does "The memcache was not invalidated by nss responder" means? Fedora 34 Thanks
JellyTea
  • 33
  • 4
2
votes
5 answers

How does one go about monitoring memcached stats in OpenNMS?

I'd like to go about compiling data for size and hits...
Nathan Milford
  • 792
  • 2
  • 10
  • 21
2
votes
2 answers

Slice for just memcache?

So I have all of my sites hosted at Slicehost and right now have each application on a separate slice. Would it make sense to get a separate slice setup for just memcache and have my separate apps all use memcache on that slice? What would be the…
Shpigford
  • 169
  • 1
  • 5
2
votes
0 answers

Where/How I declare memcached server's IP with Nginx?

Good day! I have a forum configured with MyBB. Everything was up and running in Ubuntu 14.04, but my friend tried to install 16.04 on it and first saved everything (site's config, letsencrypt files, site's files, database dump, etc.). He could have…
Alain
  • 135
  • 3
2
votes
1 answer

Memcached failover technique

We have 2 memcached servers configured and use the Eniym client. When one of the server is down, it appears this server is added to the deadServers list (ServerPool.cs) and tries to resurrect the server every 10seconds (we have configured…
user25164
  • 421
  • 2
  • 5
  • 17
2
votes
1 answer

Memcached failover

We have 2 memcached servers configured and use the Eniym client. When one of the server is down, it appears this server is added to the deadServers list (ServerPool.cs) and tries to resurrect the server every 10seconds (we have configured…
user25164
  • 421
  • 2
  • 5
  • 17
2
votes
1 answer

Memcached Object Too Large

In my memcahced configuration I have PORT="11211" …
gdm
  • 459
  • 2
  • 5
  • 19
2
votes
0 answers

Run command before backned is marked as UP in HAProxy

I have to solve this problem. I have two memcache servers (SM1 and SM2) and HAProxy loadbalancer in front of them. HAProxy is configured in active/passive mode, when SM2 has backup command. All traffic is routed to only one server at any time,…
Ondra Sniper Flidr
  • 2,653
  • 12
  • 18
2
votes
2 answers

Live site is down. Too much traffic. Where do I start. (Win 2003 + ASP.NET + Memcached + SQL Server 2005)

Our traffic has gone up significantly, but our site works fine for most of the day, but during our peak hours, our site has been crippled. Requests are being queued in the hundreds and then everything goes back to normal once our peak period is…
Aaron
2
votes
3 answers

php_memcache dll for windows - where can I find it?

This is the only link I've found, but it doesn't work. http://pecl4win.php.net/ext.php/php_memcache.dll Where can I find a precompiled dll for the php_memcache extension?
valya
  • 203
  • 2
  • 7