|
VirtualMemorySpecification
We moved to Redis.io!Redis home moved to http://redis.io, please visit our new home. |
► Sign in to add a comment
|
Search
|
|
VirtualMemorySpecification
We moved to Redis.io!Redis home moved to http://redis.io, please visit our new home. |
Why not just use mmap and let the operating system decide when to swap?
repeating the question from dholth ... why not using mmap and letting the OS decides when to swap? mmap is the kind of syscall used by Varnish to the contrary of squid for which the varnish author says it is 1975 programming : http://varnish-cache.org/wiki/ArchitectNotes
@Sebastien: the answer is contained inside this article: http://antirez.com/post/redis-virtual-memory-story.html
@antirez : thanks for the pointer!
what strategy swap value to file ? LRU?