-
Notifications
You must be signed in to change notification settings - Fork 324
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, author, There memcached memory overflow #116
Comments
PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 2027885156 bytes) in /var/www/PHP/plugins/cache/Cache_MemCached.php on line 58 |
Have you got a reproduce code? |
Test code no problem, because our business is more complex, data traversing many times, and large arrays, but 2.2.0b1 applied to the production server will be a problem, replace the version 2.1.0 was restored to normal. |
Hi, all the tests we have pass currently so it's very hard to track down a bug based on this description alone. Is the problem occurring with keys that have been set with older version and now fetched with newer version? |
Can anyone produce a reproduce code? It's very hard to start chasing bugs without any info how to reproduce this. |
Can you test the latest github master? There was a compression related bug fixed, which could've possibly caused this. |
(unlikely though) |
I have also been dealing with Memcached memory exhaustion (PHP 5.5 and libmemcached 1.0.17). My last pull from master was on January 8th. I don't want to speak too soon, but I pulled the master code again today, and it looks like this bug has been fixed. Thanks for taking care of this. |
Cool, closing this one. #126 to go before releasing next beta |
memcached
There memcached memory overflow
Version => 2.2.0b1
libmemcached version => 1.0.17
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
No problem, Normal
Version 2.1.0
libmemcached version 1.0.16
You can set the value of the test
The text was updated successfully, but these errors were encountered: