ssorek / memcachedb

Automatically exported from code.google.com/p/memcachedb
Other
0 stars 0 forks source link

Errors with memory pool size over 2G #9

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What version of the product are you using? On what operating system?
- CentOS 5.2 x84_64
- 15GB of RAM
- libevent-1.4.9-stable.tar.gz
- db-4.7.25.tar.gz
- memcachedb-1.2.0.tar.gz

We attempted to run the memcachedb daemon with 12GB of memory in cache. 
After seeing revision r94 about a bugfix for allocating more than 2GB in
the memory pool, we decreased our cache size to 2GB.  Here are some of the
errors we saw:

"Failed to write, and not due to blocking: Broken pipe"    
dbp->put: Cannot allocate memory
unable to allocate space from the buffer cache

Is the bug fix in r94 only for 1.2.1-beta?  Also, do you recommend the beta
version over the stable 1.2.0?  Finally, with this bug fix, what is the
maximum allowed size for the memory pool?

Thanks,
Bryan

Original issue reported on code.google.com by bpack...@gmail.com on 9 Mar 2009 at 6:07

GoogleCodeExporter commented 8 years ago
You may checkout the trunk code to have a try, or wait for next release.

Original comment by stv...@gmail.com on 10 Mar 2009 at 2:13

GoogleCodeExporter commented 8 years ago
hi Steve, when is the next release expected?

Original comment by deval...@gmail.com on 7 May 2009 at 2:29

GoogleCodeExporter commented 8 years ago
I am still seeing this issue, even after compiling the code currently in the 
trunk.

Original comment by daniel.g...@gmail.com on 28 Sep 2012 at 7:12