You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These warnings are referencing to bad configuration of image:
shopsys-framework-redis | 1:M 24 Sep 10:00:56.234 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
shopsys-framework-redis | 1:M 24 Sep 10:00:56.234 # 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.
shopsys-framework-redis | 1:M 24 Sep 10:00:56.235 # 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 never > /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.
These logs even say how to solve them so I wonder why it is not configured properly in dockerfile and if there is a reason for it, how can I configure it myself.
Would be nice if this could be defined as env variables.
The text was updated successfully, but these errors were encountered:
Redis outputs many warnings in default state.
These warnings are referencing to bad configuration of image:
These logs even say how to solve them so I wonder why it is not configured properly in dockerfile and if there is a reason for it, how can I configure it myself.
Would be nice if this could be defined as env variables.
The text was updated successfully, but these errors were encountered: