Redis设置内存⼤⼩和查看内存使⽤情况
Redis设置内存⼤⼩和查看内存使⽤情况
⼀、设置内存⼤⼩
(1)编辑配置⽂件,本⽂的配置位置在/etc/f,这是使⽤了utils⼯具包的install_rver.sh脚本安装成为系统服务,可以使⽤systemctl start | restart | stop命令操咬唇妆口红怎么涂
作redis家长评语高中
服务,同时也是配置开机启动。
vim /etc/f
# 找到maxmemory,设置想要的⼤⼩即可,默认单位为 byte,可以设置为mb或GB
maxmemory 1GB #设置为1GB⼤⼩
vim 操作查找,按Esc进⼊ ⼀般命令模式,然后输⼊:/maxmemory进⾏查找
(2安全教育心得体会
)重启redis
systemctl restart redis_6379
# 这是服务名是install_rver.sh脚本起的,可以通过`chkconfig --list`查看到所有的系统服务,
# 第⼀列是服务名,这⾥不列出来了,
⼆、查看电脑强制关机
redis内存使⽤情况
(1)使⽤redis-cli连接redis
redis-cli
auth "yourpassword"#没有设置秘密的跳过
(2)输⼊info memory查看使⽤
# Memor中国前十名医科大学
y
ud_memory:1210776
ud_memory_human:1.15M
ud_memory_rss:7802880
ud_memory_rss_human:7.44M
ud_memory_peak:1355336
ud_memory_peak_human:1.29M
ud_memory_peak_perc:89.33%
ud_memory_overhead:890970
ud_memory_startup:791408
ud_memory_datat:319806
ud_memory_datat_perc:76.26%
allocator_allocated:1247080
allocator_active:1634304
allocator_resident:4579328
total_system_memory:33566306304
total_system_memory_human:31.26G
ud_memory_lua:37888
ud_memory_lua_human:37.00K
ud_memory_scripts_human:0B
number_of_cached_scripts:0
maxmemory:1073741824
maxmemory_human:1.00G
maxmemory_policy:noeviction
allocator_frag_ratio:1.31
allocator_frag_bytes:387224
allocator_rss_ratio:2.80
allocator_rss_bytes:2945024
rss_overhead_ratio:1.70
rss_overhead_bytes:3223552
mem_fragmentation_ratio:6.67
mem_fragmentation_bytes:6633120
mem_not_counted_f那年春天
or_evict:0
mem_replication_backlog:0
mem_clients_slaves:0
mem_clients_normal:83538
mem_aof_buffer:赵真个人资料
0
mem_allocator:jemalloc-5.1.0
active_defrag_running:0
lazyfree_pending_objects:0
相关解释
-human后缀表⽰以⼈类可读的⽅式展⽰,也就是后⾯带单位了
ud_memory:1210776 #已经内存使⽤的⼤⼩
ud_memory_human:1.15M # 带单位展⽰
ud_memory_rss:7802880 女生卡通
# 从操作系统⾓度看redis内存占⽤多少ud_memory_rss_human:7.44M # 带单位展⽰
maxm稚气未脱
emory:1073741824 # 最⼤内存⼤⼩
maxmedespid
mory_human:1.00G # 带单位展⽰