Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: A comp.databases.oracle.server FAQ
Howard J. Rogers wrote:
>> >>Have you tried echo "1" > /proc/sys/vm/disable_cap_mlock? >> >>It didn't worked for me but I was on SLES9 and on a x86-64 architecture.
echo 2048 > /proc/sys/vm/nr_hugepages
(Test if all is ok with /cat/proc/meminfo).
mount a hugetlb file system:
I have this in my fstab
hugetlbfs /dev/hugetlbfs hugetlbfs
mode=0777,uid=59,gid=55 0 0
where uid is my oracle10g user and gid my dba group.
(have a look at hugetlbpage.txt in your kernel sources).
echo "1" > /proc/sys/vm/disable_cap_mlock
This last command should allow every user to use the hugetlbfs (from kernel 2.6.7 there is a /proc/sys/vm/hugetlb_shm_group).
Then open the instance. The DISABLE_HUGETLBFS=1 (and the wrapper) shouldn't be necessary anymore.
Look in /proc/meminfo to check in oracle is using the hugetlb.
-- Fabrizio Magni fabrizio.magni_at_mycontinent.com replace mycontinent with europeReceived on Tue Aug 24 2004 - 01:24:46 CDT
![]() |
![]() |