我正在运行一些测试以了解 MaxMemory-Reserved 和 MaxMemory-Policy,当 Redis DB 几乎已满时,我们多次遇到“<strong>Server Closed the connection”错误。以下是详细信息:
1) 使用标准 C1(1 GB) 层创建 Redis 缓存并选择“allkeys-lru”和 max-memory-reserved 为 50 MB
2) 运行 Redis Benchmark 工具以在 Redis DB 中添加 Keys,以确保 Redis DB 几乎已满。
3) 一旦 DB 达到约 960-980 MB,再次运行 Benchmark 工具以添加更多键并得到以下错误。在哪些情况下会发生此错误? 注意:当我们在遇到此错误之前运行 info 命令时,Connected_Clients 值为 0。
4) 同时在 Azure 门户控制台上运行 info 命令,得到的输出为“错误”。5)这个错误持续了大约 2-3 分钟,之后我们就可以添加密钥了。一旦我们再次运行 info 命令,我们就会得到以下统计信息。在这里,我们看到 used_memory 和 used_memory_rss 之间的差异约为 76 MB。您认为上述错误可能是因为这个吗?
信息
服务器 redis_version:3.2.3
redis_mode:独立
操作系统:Windows
拱位:64
multiplexing_api:winsock_IOCP
赫兹:10
客户
connected_clients:2
client_longest_output_list:0
client_biggest_input_buf:0
client_total_writes_outstanding:0
client_total_sent_bytes_outstanding:0
阻塞的客户端:0
记忆
已用内存:968991592
used_memory_human:924.10M
used_memory_rss:1049776128
used_memory_rss_human:1001.14M
used_memory_peak:1070912296
used_memory_peak_human:1021.30M
used_memory_lua:37888
最大内存:1100000000
maxmemory_human:1.02G
maxmemory_policy:allkeys-lru
mem_allocator:jemalloc-3.6.0 #