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

PHP APC MAJOR Fragmentation Issues?

So I have been using memcached to cache lots of data that was the result of queries to the database. Everything left at default, and on average I stored < 40MB in memcache. I used memcache.php to monitor that. Then I decided to switch over to APC…
Aco
  • 103
  • 1
  • 2
  • 11
2
votes
1 answer

Amazon EC2 ELB directing load to other instances and session stores

If we scale up (add an instance to ELB), could we redirect some existing requests to the new instance. So that, The users that we force to a new server will be asked to login again If we scale down (remove an instance from ELB), then all users from…
2
votes
2 answers

Memcache - Issues in a distributed environment with many nodes

I've had a quick look through the other similarly titled questions and none are particularly similar to the issues I'm currently having. Basically, we've had a multi node memcached ring running for over two years, and for the most part its been…
kwiksand
  • 463
  • 1
  • 8
  • 17
2
votes
1 answer

memcached php module not compiling on EC2

I'm trying to do this on EC2, micro instance using amazon linux I installed and started the memcached service without problems. But when trying to make the php part using pecl it told me pecl wasnt installed. So I installed pear, then pecl, when…
Cristian
  • 66
  • 5
2
votes
1 answer

MAMP extension won't load

I recently installed MAMP Pro 1.9.5. I followed several tutorials online explaining how to enable memcached. I was able to compile correctly with no errors. I added memcache.so to my php.ini as extension=memcache.so. For some reason it does not add…
ehftwelve
  • 171
  • 5
2
votes
1 answer

How to restart memcache? Via SSH

Hey i want to restart memcache so i can downgrade my Memory allocated for Memcache from 350MB to 64MB. I am new with SSH can anyone point me on how to restart Memcache or a way to re-allocate the memory for Memcached? Running on Linux CentOS,…
MemBoy
  • 21
  • 1
  • 1
  • 2
2
votes
1 answer

Change password in memcached

How do I change/reset the password in a Membase (formerly known as NorthScale) memcached instance?
Mauricio Scheffer
  • 831
  • 2
  • 10
  • 23
2
votes
1 answer

php_memcache.dll vc6 X64?

I am running wamp server with php 5.3.0. My efforts running memcached were a fail :( After googeling I found out that the problem is that I need the correct php_memcache.dll which is a vc6 compiled for windows 7 X64. Does anyone know where can I…
Gilad
  • 23
  • 1
  • 4
2
votes
7 answers

How to deploy web application for 2 million users?

I've been tasked with figuring out how to do a large scale deployment for a high availability, high traffic, dynamic, flash based web application. There is a good possibility that this application can grow to 2 million users or possibly a lot more.…
lysdexic
  • 366
  • 1
  • 4
  • 11
2
votes
2 answers

What causes memcache to delete keys?

Our memcache install recently started removing keys, and we're not sure why. Large groups of keys vanish at the same time. Memcache reports that evictions are low to non-existent, and our app has no way to clear memcache (it can only delete…
Arkaaito
  • 453
  • 7
  • 16
2
votes
3 answers

Debian tuning for increasing read/write buffer

Is there a way to modify Debian settings so the memory could be used more for disk read/write caching ? I am already using RAID 0 but thats not enough for multiple users, and the disk is almost struggled. Torrents use the disk very much and rTorrent…
Claudiu
  • 85
  • 1
  • 11
2
votes
1 answer

memcached vs. tmpfs

Are there any advantages of using memcached locally over using a mounted tmpfs? Maybe, when the memory-caching system resides on the same host, it's better to use file hierarchy on tmpfs which gives the ability to use standard system API and…
kolypto
  • 11,058
  • 12
  • 54
  • 66
2
votes
1 answer

dovecot + memcached, how to?

Does anyone know how to utilize memcached with dovecot (in order to reduce number of MySQL queries)? There is only very basic documentation regarding dovecot's Dictionary: memcached:param=value:param2=value2:... Supported parameters are: host:…
Miloš Đakonović
  • 682
  • 3
  • 9
  • 28
2
votes
2 answers

How do you safely replicate Memcached data?

I have ~100GB of data running on several Memcached servers, but we're migrating all of our infrastructure to Amazon AWS so I'd like to find a way to replicate this information on these new servers. The problem I have right now is that to commit all…
Federico B.
  • 131
  • 1
  • 1
  • 4
1
vote
2 answers

memcache servers

simple question here, I know these large sites like digg etc. have a wall of memcache servers that handle requests before hitting their actual master/slave db's. What would these servers look like, would they be just bare bone linux servers with…
user2659
  • 1,152
  • 4
  • 20
  • 32