- 积分
- 16
- 威望
-
- 金钱
-
- 注册时间
- 2016-3-2
- 在线时间
- 小时
- 最后登录
- 1970-1-1
|
楼主 |
发表于 2017-1-12 11:45:05
|
显示全部楼层
开启redis日志后,重启redis时日志如下:
2207:M 12 Jan 11:41:33.892 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
2207:M 12 Jan 11:41:33.892 # Server started, Redis version 3.2.0
2207:M 12 Jan 11:41:33.892 # 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.
2207:M 12 Jan 11:41:33.892 # 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.
2207:M 12 Jan 11:41:33.894 * DB loaded from disk: 0.001 seconds
2207:M 12 Jan 11:41:33.894 * The server is now ready to accept connections on port 6379 |
|