Could not allocate 40960 bytes percpu data
2017-10-01 21:40:56
[ 176.700091] vif: Could not allocate 40960 bytes percpu data
[ 263.762812] percpu: allocation failed, size=16384 align=32 atomic=0, alloc from reserved chunk failed
[ 263.762829] CPU: 0 PID: 717 Comm: insmod Tainted: P W O 4.9.51-1300 #69
[ 263.762831] Hardware name: VMware, Inc. VMware Virtual Platform/440BX Desktop Reference Platform, BIOS 6.00 07/31/2013
[ 263.762836] 0000000000000000 ffffffffad22516b ffff9cb3bb410d98 ffff9cb3bb7fe640
[ 263.762843] ffffffffad737c20 ffffffffad106b11 ffff9cb337532e18 00000000000007f8
[ 263.762848] 0000000000000246 0000000000000020 ffffb3b540fdf2c8 ffffb3b540f99880
[ 263.762853] Call Trace:
[ 263.762888] [<ffffffffad22516b>] ? dump_stack+0x47/0x5c
[ 263.762899] [<ffffffffad106b11>] ? pcpu_alloc+0x581/0x600
[ 263.762907] [<ffffffffad03a608>] ? module_alloc+0x78/0xc0
[ 263.762913] [<ffffffffad0acfd7>] ? load_module+0xb17/0x20c0
[ 263.762918] [<ffffffffad11b714>] ? map_vm_area+0x34/0x50
[ 263.762923] [<ffffffffad11c189>] ? __vmalloc_node_range+0x149/0x210
[ 263.762926] [<ffffffffad0ae63d>] ? SyS_init_module+0xbd/0x140
[ 263.762929] [<ffffffffad0ae6a6>] ? SyS_init_module+0x126/0x140
[ 263.762943] [<ffffffffad589ae0>] ? entry_SYSCALL_64_fastpath+0x13/0x94
[ 263.762947] vif: Could not allocate 16384 bytes percpu data
~ #
http://www.360doc.com/content/15/0916/18/97538_499571595.shtml
ko中如何有如下:
DEFINE_PER_CPU(int[0x1000], my_per_cpu);
则报如上:oops
改为:
static PER_CPU(int[0x1000], my_per_cpu);
则不在报
另:
[ 741.983460] percpu: allocation failed, size=8216 align=32 atomic=0, alloc from reserved chunk failed
[ 741.983463] CPU: 0 PID: 958 Comm: insmod Tainted: P W O 4.9.51-1300 #162
[ 741.983464] Hardware name: VMware, Inc. VMware Virtual Platform/440BX Desktop Reference Platform, BIOS 6.00 07/31/2013
[ 741.983466] 0000000000000000 ffffffffb122516b ffff96fa5d810d98 ffff96fa5dbfe700
[ 741.983468] ffffffffb1737c68 ffffffffb1106b11 000000005a03b9e0 00000000000005d0
[ 741.983469] 0000000000000246 0000000000000020 ffffb541c10fd1a0 ffffb541c10af200
[ 741.983470] Call Trace:
[ 741.983478] [<ffffffffb122516b>] ? dump_stpcpu_allocack+0x47/0x5c
[ 741.983482] [<ffffffffb1106b11>] ? +0x581/0x600
[ 741.983485] [<ffffffffb103a608>] ? module_alloc+0x78/0xc0
[ 741.983487] [<ffffffffb10acfd7>] ? load_module+0xb17/0x20c0
[ 741.983488] [<ffffffffb111b714>] ? map_vm_area+0x34/0x50
[ 741.983490] [<ffffffffb111c189>] ? __vmalloc_node_range+0x149/0x210
[ 741.983490] [<ffffffffb10ae63d>] ? SyS_init_module+0xbd/0x140
[ 741.983491] [<ffffffffb10ae6a6>] ? SyS_init_module+0x126/0x140
[ 741.983495] [<ffffffffb1589ba0>] ? entry_SYSCALL_64_fastpath+0x13/0x94
[ 741.983496] percpu: Could not allocate 8216 bytes percpu data
~ #
2017-11-9 17:50:04
[ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:8 nr_node_ids:1
[ 0.000000] percpu: Embedded 32 pages/cpu @ffff9909bfa00000 s92696 r8192 d30184 u262144
[ 0.000000] pcpu-alloc: s92696 r8192 d30184 u262144 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
解法:
修改linux/percpu.h
原:#define PERCPU_MODULE_RESERVE (8 << 10)
现:#define PERCPU_MODULE_RESERVE (16 << 10)
Could not allocate 40960 bytes percpu data的更多相关文章
- [未解决:快速滑动collectionveiw请求数据崩溃]:unable to allocate 6553600 bytes for bitmap data
崩溃:unable to allocate 6553600 bytes for bitmap data
- Permanent data region free space insufficient to allocate 64792 bytes of memory
TT0802: Database permanent space exhaustedTT6220: Permanent data region free space insufficient to a ...
- linux 下tomcat出现 Native memory allocation (malloc) failed to allocate 1915224064 bytes for committing reserved memory问题
## There is insufficient memory for the Java Runtime Environment to continue.# Native memory allocat ...
- Fatal error: Allowed memory size of 524288000 bytes exhausted (tried to allocate 64 bytes) in D
Fatal error: Allowed memory size of 524288000 bytes exhausted (tried to allocate 64 bytes) in D 从数据库 ...
- PHP运行错最有效解决办法Fatal error: Out of memory (allocated 786432) (tried to allocate 98304 bytes) in H:\freehost\zhengbao2\web\includes\lib_common.php on line 744
原文 PHP运行错最有效解决办法Fatal error: Out of memory (allocated 6029312) Fatal error: Out of memory (allocated ...
- (转载)PHP的内存限制 Allowed memory size of 134217728 bytes exhausted (tried to allocate 1099 bytes) in
(转载)http://blog.csdn.net/beyondlpf/article/details/7794028 Fatal error: Allowed memory size of 13421 ...
- ORA-04030: out of process memory when trying to allocate 152 bytes (Logminer LCR c,krvtadc)
今天使用LogMiner找回误更新的数据时,查询v$logmnr_contents时,遇到了"ORA-04030: out of process memory when trying to ...
- PHP的内存限制 Allowed memory size of 134217728 bytes exhausted (tried to allocate 1099 bytes) in
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 1099 bytes) in Fa ...
- Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 2611816 bytes)
一段PHP程序执行报错: Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 261181 ...
随机推荐
- python --- 18 类与类之间的关系, 特殊成员
类与类之间的关系 一.依赖关系 执行某个动作的时候. 需要xxx来帮助你完成这个操作 随时可以更换另外一个东西来完成此操作 此时的关系是最轻的. 二.关联关系(组合关系,聚合关系) 1.一对 ...
- CentOS7搭建jdk
背景 现在很多Linux系统在安装完成时就自带jdk,但是系统自带的jdk有时候并不符合我们的需求,这时候我们需要自己来安装jdk. 步骤 下载jdk,我下载的是64位的jdk-8u161-linux ...
- Flash Memory 简介【转】
本文转载自:https://linux.codingbelief.com/zh/storage/emmc/ Flash Memory 是一种非易失性的存储器.在嵌入式系统中通常用于存放系统.应用和数据 ...
- Centos 安装R
1 下载R源代码 原码下载地址https://cloud.r-project.org/https://cloud.r-project.org/src/base/R-3/R-3.4.2.tar.gz 2 ...
- HDU 3507 Print Article(斜率优化)
显然的斜率优化模型 但是单调队列维护斜率单调性的时候出现了莫名的锅orz 代码 #include <cstdio> #include <algorithm> #include ...
- Hive初步使用、安装MySQL 、Hive配置MetaStore、配置Hive日志《二》
一.Hive的简单使用 基本的命令和MySQL的命令差不多 首先在 /opt/datas 下创建数据 students.txt 1001 zhangsan 1002 lisi 1003 wangwu ...
- WEB 安全学习 一、mysql 注入漏洞
转载: https://www.cnblogs.com/cui0x01/p/8620524.html 一.Mysql数据库结构 数据库A 表名 列名 数据 数据库B 表名 列名 数据 Mysql5.0 ...
- 【JS】js操作json object
//将表单序列化成字符串 $.fn.serializeObject = function () { var obj = {}; var count = 0; $.each(this.serialize ...
- Global.asax.cs中相关方法
protected void Session_Start(object sender, EventArgs e) { #if DEBUG //debug 登陆默认设置 #endif } protect ...
- 2、My Scripts
http://www.cnblogs.com/image-eye/archive/2011/10/26/2220405.html 注释详解 1.打印选择菜单,按照选择项一键安装不同的web服 ...