I've installed memcache (with the memcache PHP extension).
I have a database with 100 000 records (random).
When I select all of them, and when I try to store the output in memcache, it's not working. When I select just 1000, it's working (without changing the code, except: 'LIMIT 100000' to 'LIMIT 1000' in my SQL-query).
Does anyone has any idea what's the problem?