php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #56371 Can save big data
Submitted: 2005-04-10 04:44 UTC Modified: 2005-04-10 16:44 UTC
From: ap at tellusion dot com Assigned:
Status: Not a bug Package: memcache (PECL)
PHP Version: 5.0.3 OS: Linux Rehat EL
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
34 - 25 = ?
Subscribe to this entry?

 
 [2005-04-10 04:44 UTC] ap at tellusion dot com
Description:
------------
Can't save big data (1779085 bytes serialized), the server has tons of free space left (~2GB). The key I'm using is 'loadObjectList5187dd6b7f95f74a6577f4be9611cbbf', $memcache->set() just fails, regardless of the timeout & compression flag settings (present or not).

Reproduce code:
---------------
Array
                (
                    [failed save] => loadObjectList5187dd6b7f95f74a6577f4be9611cbbf
                    [length] => 1779085
                )



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-04-10 16:31 UTC] tony2001 at phpclub dot net
Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PECL.


Please provide at least some reproduce code.
Also, more detailed description would be good too.
 [2005-04-10 16:33 UTC] ap at tellusion dot com
bit more info. Seems that the the server has a limit on the size of key/value pairs. On big values the server is generating "SERVER_ERROR out of memory", even though the server has hundreds of megs free.
 [2005-04-10 16:44 UTC] tony2001 at phpclub dot net
Then it's definitely not a bug of PECL/memcache.
Please reopen the rpport if you find any additional info.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 12:01:27 2024 UTC