[root@specifyweb01fl specify]# docker logs --tail 1000 specify-redis-1 1:C 11 Oct 2023 05:39:56.422 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo 1:C 11 Oct 2023 05:39:56.422 # Redis version=6.0.19, bits=64, commit=00000000, modified=0, pid=1, just started 1:C 11 Oct 2023 05:39:56.422 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf 1:M 11 Oct 2023 05:39:56.423 * Running mode=standalone, port=6379. 1:M 11 Oct 2023 05:39:56.423 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128. 1:M 11 Oct 2023 05:39:56.423 # Server initialized 1:M 11 Oct 2023 05:39:56.423 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect. 1:M 11 Oct 2023 05:39:56.423 # WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis. To fix this issue run the command 'echo madvise > /sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP is disabled (set to 'madvise' or 'never'). 1:M 11 Oct 2023 05:39:56.424 * Ready to accept connections