博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
redis按下ctrl + c进程就没了
阅读量:6280 次
发布时间:2019-06-22

本文共 2027 字,大约阅读时间需要 6 分钟。

[root@localhost redis-3.0.5]# sh startRedis6479.sh 

3103:M 28 Dec 08:35:52.773 * Increased maximum number of open files to 10032 (it was originally set to 1024).

                _._                                                  

           _.-``__ ''-._                                             

      _.-``    `.  `_.  ''-._           Redis 3.0.5 (00000000/0) 64 bit

  .-`` .-```.  ```\/    _.,_ ''-._                                   

 (    '      ,       .-`  | `,    )     Running in standalone mode

 |`-._`-...-` __...-.``-._|'` _.-'|     Port: 6479

 |    `-._   `._    /     _.-'    |     PID: 3103

  `-._    `-._  `-./  _.-'    _.-'                                   

 |`-._`-._    `-.__.-'    _.-'_.-'|                                  

 |    `-._`-._        _.-'_.-'    |           http://redis.io        

  `-._    `-._`-.__.-'_.-'    _.-'                                   

 |`-._`-._    `-.__.-'    _.-'_.-'|                                  

 |    `-._`-._        _.-'_.-'    |                                  

  `-._    `-._`-.__.-'_.-'    _.-'                                   

      `-._    `-.__.-'    _.-'                                       

          `-._        _.-'                                           

              `-.__.-'                                               

3103:M 28 Dec 08:35:52.786 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.

3103:M 28 Dec 08:35:52.786 # Server started, Redis version 3.0.5

3103:M 28 Dec 08:35:52.787 # 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.

3103:M 28 Dec 08:35:52.787 # 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.

3103:M 28 Dec 08:35:52.787 * The server is now ready to accept connections on port 6479

^C3103:signal-handler (1482885376) Received SIGINT scheduling shutdown...

3103:M 28 Dec 08:36:16.658 # User requested shutdown...

3103:M 28 Dec 08:36:16.658 * Saving the final RDB snapshot before exiting.

3103:M 28 Dec 08:36:16.669 * DB saved on disk

3103:M 28 Dec 08:36:16.670 # Redis is now ready to exit, bye bye...

redis按下ctrl + c进程就没了

查看配置文件,

设置成yes就好了

本文转自aaa超超aaa 51CTO博客,原文链接:http://blog.51cto.com/10983441/1886749

转载地址:http://xeiva.baihongyu.com/

你可能感兴趣的文章
5-4 8 管道符 作业控制 shell变量 环境变量配置
查看>>
Enumberable
查看>>
开发者论坛一周精粹(第五十四期) 求购备案服务号1枚!
查看>>
validate表单验证及自定义方法
查看>>
javascript 中出现missing ) after argument list的错误
查看>>
使用Swagger2构建强大的RESTful API文档(2)(二十三)
查看>>
Docker容器启动报WARNING: IPv4 forwarding is disabled. Networking will not work
查看>>
(转)第三方支付参与者
查看>>
程序员修炼之道读后感2
查看>>
DWR实现服务器向客户端推送消息
查看>>
js中forEach的用法
查看>>
Docker之功能汇总
查看>>
!!a标签和button按钮只允许点击一次,防止重复提交
查看>>
(轉貼) Eclipse + CDT + MinGW 安裝方法 (C/C++) (gcc) (g++) (OS) (Windows)
查看>>
还原数据库
查看>>
作业调度框架 Quartz.NET 2.0 beta 发布
查看>>
mysql性能的检查和调优方法
查看>>
项目管理中的导向性
查看>>
Android WebView 学习
查看>>
(转)从给定的文本中,查找其中最长的重复子字符串的问题
查看>>