• [技术探讨] Your kernel does not support swap limit capabilities, memory limited without swap
    #### ANSWER BUILD INFO#### {"build_failed": "Build answer failed: answer directory name should only contain letters, numbers and '-', but found: 'huwei_predictor-master-abeb9f6ac814fee63d7599e291785948d4e30b3b' "} WARNING: Your kernel does not support swap limit capabilities, memory limited without swap. 原来代码能运行,现在提交之后报错,本地运行秒过,无毛病,内存不足?
  • [技术干货] 华为云Linux服务器如何升级到最新的kernel内核版本(ML和LT版本)
    华为云Linux服务器CentOS 7 的内核一般都是3.10的,而CentOS 6.X 的内核一般都是2.6,在2.6的内核下,Docker运行会比较卡,所以一般会选择升级到3.10版本。 升级内核的方式,网上有很多方法是下载内核然后编译,这样需要安装很多必备的环境和工具,比较麻烦,但是也有助于我们了解内核的编译。 编译内核方式升级: https://segmentfault.com/a/1190000000733628#articleHeader13 本文介绍采用elrepo如何升级到内核。 1. 查看当前内核版本 [code][root@localhost ~]# more /etc/issue CentOS release 6.5 (Final) Kernel \r on an \m [root@localhost ~]# uname -a Linux localhost.localdomain 2.6.32-431.el6.x86_64 #1 SMP Fri Nov 22 03:15:09 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux[/code] 2. 导入public key [code][root@localhost ~]# rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org[/code] 3. 安装ELRepo到CentOS 可以去http://elrepo.org/tiki/tiki-index.php选择要安装的ELRepo [code]To install ELRepo for RHEL-7, SL-7 or CentOS-7: rpm -Uvh http://www.elrepo.org/elrepo-release-7.0-3.el7.elrepo.noarch.rpm (external link) To install ELRepo for RHEL-6, SL-6 or CentOS-6: rpm -Uvh http://www.elrepo.org/elrepo-release-6-8.el6.elrepo.noarch.rpm (external link)[/code] 4. 安装 kernel-lt(lt=long-term) [code][root@localhost ~]# yum --enablerepo=elrepo-kernel install kernel-lt -y[/code] 或者 安装kernel-ml(ml=mainline) [code][root@localhost ~]# yum --enablerepo=elrepo-kernel install kernel-ml -y[/code] 5. 编辑grub.conf文件,修改Grub引导顺序 [code][root@localhost ~]# vim /etc/grub.conf[/code] 因为一般新安装的内核在第一个位置,所以设置default=0,表示启动新内核 6. 重启服务器 查看此时内核版本: [code][root@localhost ~]# uname -r 3.10.105-1.el6.elrepo.x86_64[/code] 大功告成!
  • [其他] Kernel 状态处于空闲状态时, 无法运行脚本怎么处理?
    Kernel 状态处于空闲状态时, 无法运行脚本怎么处理?
总条数:168 到第
上滑加载中