- Change client-output-buffer lines in /etc/cb/redis.conf.template. Try using the first configuration settings to double the available memory for the client output buffers. If this does not improve the connectivity, testing with unlimited buffer sizes can be accomplished with the second set of configuration settings:
- Increase client output buffer size to twice the default
client-output-buffer-limit normal 0 0 0
client-output-buffer-limit slave 512mb 128mb 60
client-output-buffer-limit pubsub 64mb 32mb 60
- Set client output buffer size to unlimited
client-output-buffer-limit normal 0 0 0
client-output-buffer-limit slave 0 0 0
client-output-buffer-limit pubsub 0 0 0
- Reboot the operating system
- Start Yara Manager