首页 >

[INS-35172] Target database memory (XXMB) exceeds the system

数据库|mysql教程[INS-35172] Target database memory (XXMB) exceeds the system
Oracle教程,[INS-35172] Target da
数据库-mysql教程
html5手机网页源码,ubuntu如何安装pl,idea中tomcat红叉,定向爬虫实例,arms 阿里云 php,好奇seolzw
[INS-35172] Target database memory (XXMB) exceeds the systems available shared memory ({0}MB) 解决方法
qq空间相册批量下载源码,ubuntu安装分区详解,爬虫python 配置教程,php执行php命令,seo外包业务lzw
08cms汽车网7.0源码下载,webide vscode,ubuntu不能更新,tomcat帐号,ucos加sqlite,服务器独享1m,上传下载文件插件,bfe前端框架含义,hadoop 分布式爬虫,php公式,高端SEO培训,建立个折800网站费用,网页打开后自动点击按钮,略缩图模板,页面模板 第三方平台,餐饮的管理系统源码,php程序加密工具lzw

安装Oracle 11gR2数据库,安装过程中报错:


[INS-35172] Target database memory (778MB)exceeds the systems available shared memory ({0}MB).

经过测试,目前系统最大能通过的内存是:632M. 如下图:

影响这个最大值,即632M是我们的tmpfs 文件的大小。 这个问题和我之前的blog原因类似:

Oracle11gR2 RAC ORA-00845 MEMORY_TARGET not supported on this system 解决方法

MOS上的文档[ID 460506.1] 有说明。

You are tryingto use the MEMORY_TARGET feature. This feature requires the /dev/shm filesystem to be mounted for at Least bytes.The /dev/shm is either notmounted or is mounted With available space less than this size.

[root@gg2 ~]# df -h /dev/shm

Filesystem Size Used Avail Use% Mounted on

tmpfs 636M 0 636M 0% /dev/shm

这个文件的大小才是真正控制我们 AMM 的大小关键。找到了原因就好处理了。修改tmpfs 的大小,使其大于MEMORY_TARGET的大小就可以了。

# umount tmpfs

# mount -t tmpfs shmfs -o size=3G /dev/shm

让以后每次重启OS 都自动mount,修改文件 /etc/fstab 将tmpfs 修改成以下值:

tmpfs /dev/shm tmpfs defaults,size=3G 0 0

如果直接修改/etc/fstab,,通过重启OS 也可以让参数生效。

注意:这个size 的大小需要设置为整数。

[root@gg2 ~]# df -lh /dev/shm

Filesystem Size Used Avail Use% Mounted on

shmfs 3.0G 0 3.0G 0% /dev/shm


修改之后就可以顺利通过安装了。


[INS-35172] Target database memory (XXMB) exceeds the system
  • Oracle教程:基于用户管理的备份与恢复-控制文件的备份与恢复
  • Oracle教程:基于用户管理的备份与恢复-控制文件的备份与恢复 | Oracle教程:基于用户管理的备份与恢复-控制文件的备份与恢复 ...

    [INS-35172] Target database memory (XXMB) exceeds the system
  • Oracle 传输表空间迁移数据总结
  • Oracle 传输表空间迁移数据总结 | Oracle 传输表空间迁移数据总结 ...

    [INS-35172] Target database memory (XXMB) exceeds the system
  • Oracle读取Blob数据-通过hibernate
  • Oracle读取Blob数据-通过hibernate | Oracle读取Blob数据-通过hibernate ...