zoukankan      html  css  js  c++  java
  • yumdownloader离线安装 redis 报错解决

    #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/sysyctl.conf and then reboot or run the command 'vm.overcommit_memory=1' for this to take effect.
    #修复报错信息
    [root@localhost ~]# echo "vm.overcommit_memory = 1" >> /etc/sysctl.conf
    [root@localhost ~]# sysctl vm.overcommit_memory=1
    vm.overcommit_memory = 1
  • 相关阅读:
    ajax01
    django04
    数据库
    WeakHashMap类
    IdentityHashMap
    Hashtable类
    LinkedHashMap类
    HashMap和TreeMap类
    PriorityQueue
    Synchronized
  • 原文地址:https://www.cnblogs.com/L1-5551/p/13727003.html
Copyright © 2011-2022 走看看