加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

ORACLE 错误案例—ORA-27102: out of memory

发布时间:2020-12-12 13:18:23 所属栏目:百科 来源:网络整理
导读:SQL startup ORA-27102: out of memory Linux-x86_64 Error: 28: No space left on device Additional information: 2097152 [[email?protected] ~]$ cat /etc/redhat-release CentOS release 6.9 (Final) [[email?protected] ~]$ uname -a Linux kingdee-te

SQL> startup
ORA-27102: out of memory
Linux-x86_64 Error: 28: No space left on device
Additional information: 2097152

[[email?protected] ~]$ cat /etc/redhat-release
CentOS release 6.9 (Final)
[[email?protected] ~]$ uname -a
Linux kingdee-test 2.6.32-696.el6.x86_64 #1 SMP Tue Mar 21 19:29:05 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

内存使用情况:

$ free -m
total used free shared buffers cached
Mem: 15866 337 15529 0 15 130
-/+ buffers/cache: 191 15675
Swap: 7999 0 7999

?

解决方式:

vi?/etc/sysctl.conf 增大kernel.shmall ?kernel.shmmax

kernel.shmall = 5368709120
kernel.shmmax = 12884901888

# sysctl -p

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读