Modify shm,oracle11g need to expand shared memory

Source: Internet
Author: User

[Email protected] "When reproduced, please indicate the article in the form of a hyperlink"

Links: http://www.cnblogs.com/david-zhang-index/archive/2012/04/26/2472087.html

In the process of installing Oracle 11g on Oracle Linux, there are certain requirements for the shared memory (/DEV/SHM) of the OS, which cannot be less than the size of the memory that you allocate to Oracle for use

[Email protected] ~]$ Cat/etc/fstab | grep SHM

Tmpfs                   /dev/shm                tmpfs   defaults        0 0

[Email protected] ~]$ df-h/DEV/SHM

Filesystem            Size  used Avail use% mounted ONTMPFS                 538M     0  538M   0%/DEV/SHM

[Email protected] ~]# Vi/etc/fstab

[Email protected] ~]# More/etc/fstab

label=/                 /                       ext3    defaults        1 1label=/boot/             boot                   ext3    defaults        1 2tmpfs                   /DEV/SHM                tmpfs   defaults,size=1024m        0 0devpts                  /dev/pts                devpts  gid=5,mode=620  0 0sysfs                   /sys                    sysfs   defaults        0 0proc                    /proc                   proc    defaults        0 0label=swap-sda2         swap                    swap    defaults        0 0

[Email protected] ~]# Mount-o REMOUNT/DEV/SHM

[Email protected] ~]# df-h/DEV/SHM

Filesystem            Size  used Avail use% mounted ONTMPFS                 1.0G     0  1.0G   0%/DEV/SHM

Modify shm,oracle11g need to expand shared memory

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.