Created
April 12, 2016 10:31
-
-
Save artyom/3526340a1485fc38e7cbbc8b8d374300 to your computer and use it in GitHub Desktop.
Fat redis on a 8 Gb instance
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| admin@ip-172-16-38-251:~$ free -h | |
| total used free shared buffers cached | |
| Mem: 7.8G 7.7G 132M 284K 788K 10M | |
| -/+ buffers/cache: 7.7G 143M | |
| Swap: 49G 40G 9.3G | |
| admin@ip-172-16-38-251:~$ redis-cli | |
| 127.0.0.1:6379> info memory | |
| # Memory | |
| used_memory:48507306184 | |
| used_memory_human:45.18G | |
| used_memory_rss:5187305472 | |
| used_memory_peak:48508296952 | |
| used_memory_peak_human:45.18G | |
| used_memory_lua:33792 | |
| mem_fragmentation_ratio:0.11 | |
| mem_allocator:jemalloc-3.6.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment