zoukankan      html  css  js  c++  java
  • centOS 之 Redis 启动信息这样真的没关系吗?

    redis-server /etc/redis/redis.conf

    [4342] 05 Mar 18:51:18.515 # Unable to set the max number of files limit to 10032 (Operation not permitted), setting the max clients configuration to 3984.--->这边的Unable 不知道会产生什么影响呢?
    [4342] 05 Mar 18:51:18.517 # Warning: 32 bit instance detected but no memory limit set. Setting 3 GB maxmemory limit with 'noeviction' policy now.
    _._
    _.-``__ ''-._
    _.-`` `. `_. ''-._ Redis 2.6.14 (00000000/0) 32 bit
    .-`` .-```. ```/ _.,_ ''-._
    ( ' , .-` | `, ) Running in stand alone mode
    |`-._`-...-` __...-.``-._|'` _.-'| Port: 6379
    | `-._ `._ / _.-' | PID: 4342
    `-._ `-._ `-./ _.-' _.-'
    |`-._`-._ `-.__.-' _.-'_.-'|
    | `-._`-._ _.-'_.-' | http://redis.io
    `-._ `-._`-.__.-'_.-' _.-'
    |`-._`-._ `-.__.-' _.-'_.-'|
    | `-._`-._ _.-'_.-' |
    `-._ `-._`-.__.-'_.-' _.-'
    `-._ `-.__.-' _.-'
    `-._ _.-'
    `-.__.-'

    --->忽略上面这个变了形的图案吧...

    [4342] 05 Mar 18:51:18.527 # Server started, Redis version 2.6.14
    [4342] 05 Mar 18:51:18.527 # 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.
    [4342] 05 Mar 18:51:18.530 * DB loaded from disk: 0.002 seconds
    [4342] 05 Mar 18:51:18.530 * The server is now ready to accept connections on port 6379--->一直停留在这里,真的没有关系吗?
    [4342] 05 Mar 19:06:19.065 * 1 changes in 900 seconds. Saving...
    [4342] 05 Mar 19:06:19.065 * Background saving started by pid 4583
    [4583] 05 Mar 19:06:19.075 * DB saved on disk
    [4583] 05 Mar 19:06:19.075 * RDB: 0 MB of memory used by copy-on-write
    [4342] 05 Mar 19:06:19.166 * Background saving terminated with success

  • 相关阅读:
    防止SSH自动断线
    php intval()和floatval()
    开启 intel vt-d
    前用户sudo免密码
    分区工具parted的详解及常用分区使用方法
    Proxmox qm命令应用实例
    Mac上制作Centos7系统U盘安装盘
    FinalShell Mac OS版,Linux版安装及教程
    python爬虫彩票案例,并自动发微信
    Python利用itchat库向好友或者公众号发消息
  • 原文地址:https://www.cnblogs.com/la-isla-bonita/p/3583245.html
Copyright © 2011-2022 走看看