--
You received this message because you are subscribed to the Google Groups "Redis DB" group.
To post to this group, send email to redi...@googlegroups.com.
To unsubscribe from this group, send email to redis-db+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/redis-db?hl=en.
Couple warnings:
• if you have a lot of updates, and they span a big set of pages this will affect memory usage.
• Also virtualized hardware like EC2 can add some noise in this process.
--
You received this message because you are subscribed to the Google Groups "Redis DB" group.
To post to this group, send email to redi...@googlegroups.com.
To unsubscribe from this group, send email to redis-db+u...@googlegroups.com.
If your system supports copy-on-write (COW) virtual memory, no. It
will only duplicate pages of the save-to-disk process that are written
to by the main redis-server process.
You screenshot shows a very small SHR (memory shared with other
processes), but I don't know if that column counts COW, or only shared
libraries. I believe it is the latter. I don't of a way to see how
much of a process space is being shared via COW though.
Bye,
--
Pedro Melo
http://www.simplicidade.org/
xmpp:me...@simplicidade.org
mailto:me...@simplicidade.org