To enable use of "hugetlb memory", or to allow the init.ora parameter "lock_sga=true" to be used, do:
--- Login as root
--- # echo 1 > /proc/sys/vm/disable_cap_mlock
If you need to make this change persistent
--- Login as root
--- Edit /etc/sysctl.conf
Add following lines
# Oracle requires MLOCK priviledge for hugetlb memory.
vm.disable_cap_mlock=1
--- Execute the command
#/etc/init.d/boot.sysctl start
Setting current sysctl status from /etc/sysctl.conf
vm.disable_cap_mlock = 1
--- Dont forget to enable the service.
chkconfig boot.sysctl on
Á×Áö ¾ÊÀ» Á¤µµ·Î¸¸ Àá ÀÚÁö ¸»°í ´ßÁú/»ðÁú µîµî ¸ðµç °ÍÀ» °æÇèÇؼ µµ¸¦ 딲¾Æ¾ß ¾î´À Á¤µµ ´Ù·ê¼ö ÀÖ´Â °ÍÀÔ´Ï´Ù..
¾¾ÇÁ·Î±×·¡¹Ö°ú ¿µ¾î µ¶ÇØ°¡ ±âÃÊ°¡ µÇ¾î¾ßÁÒ..
db¸¸ Àß ¾²¸é µÇÁö ¾ÊÀ»±î¿ä
¸®´ª½º ¹è¿ì´Â °Å¶û ¸®´ª½º¿¡ ¿À¶óŬ ±î´Â °Å¶ûÀº º°°³¶ó´Â »ý°¢ÀÌ µì´Ï´Ù
Windows ¼¹öµµ Á¦´ë·Î °ü¸®ÇÏ·Á¸é ½±Áö ¾Ê½À´Ï´Ù.
To enable use of "hugetlb memory", or to allow the init.ora parameter "lock_sga=true" to be used, do:
--- Login as root
--- # echo 1 > /proc/sys/vm/disable_cap_mlock
If you need to make this change persistent
--- Login as root
--- Edit /etc/sysctl.conf
Add following lines
# Oracle requires MLOCK priviledge for hugetlb memory.
vm.disable_cap_mlock=1
--- Execute the command
#/etc/init.d/boot.sysctl start
Setting current sysctl status from /etc/sysctl.conf
vm.disable_cap_mlock = 1
--- Dont forget to enable the service.
chkconfig boot.sysctl on