Skip to content
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

Closed
IYism opened this issue Jan 3, 2014 · 10 comments
Closed

Hello, author, There memcached memory overflow #116

IYism opened this issue Jan 3, 2014 · 10 comments

Comments

@IYism
Copy link

IYism commented Jan 3, 2014

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

@IYism
Copy link
Author

IYism commented Jan 3, 2014

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

@mkoppanen
Copy link
Member

Have you got a reproduce code?

@IYism
Copy link
Author

IYism commented Jan 6, 2014

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.

@mkoppanen
Copy link
Member

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?

@mkoppanen
Copy link
Member

Can anyone produce a reproduce code? It's very hard to start chasing bugs without any info how to reproduce this.

@mkoppanen
Copy link
Member

Can you test the latest github master? There was a compression related bug fixed, which could've possibly caused this.

@mkoppanen
Copy link
Member

(unlikely though)

@cstrosser
Copy link

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.

@mkoppanen
Copy link
Member

Cool, closing this one. #126 to go before releasing next beta

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@mkoppanen @cstrosser @IYism and others