fatcache icon indicating copy to clipboard operation
fatcache copied to clipboard

Memcache on SSD

Results 11 fatcache issues
Sort by recently updated
recently updated
newest added

We're evaluating the potential benefits of deploying Fatcache and I've run into a problem I haven't been able to resolve. The code compiles cleanly on the platform we're using, Ubuntu...

hi @manjuraj * allow to set max simultaneous connections * server shouldn't close listen fd when accept function occur error

libfc is non-thread-safe lib, for using it as a independent storage engine

The release link in the README points to the Google code archive, and there hasn't been any tarball release since 2013! Maybe you should make a new one, or simply...

like the following snippet: n = pwrite(fd, slab, size, off); if (n < size) { log_error("pwrite fd %d %zu bytes at offset %"PRId64" failed: %s", fd, size, off, strerror(errno)); return...

Hi, I am testing fatcache with libmemcached. I have write a simple program, and I found that during the working process, the program consumes a lot of my memory. My...

Hi, I received the following kernel error while running the fatcache: ``` kernel: Out of socket memory ``` Setup: - 96 GB RAM - 1 TB SSD - 8 fatcache...

Hi, I noticed that GETs do not result in writes to the disk. This makes sense for the common case. I'm wondering if there are cases where fatcache would be...

Hi, is fatcache currently in production use? I'm interested in contributing to optimizing memcache for SSDs, and would like to start with performance analysis to expose optimization possibilities. Should I...