search for: lockedmem

Displaying 3 results from an estimated 3 matches for "lockedmem".

2010 Sep 09
2
set lockedmem to higher value?
We have some ORACLE PGA problem and ORACLE document say we can serup lockmem(Max lock memory) to higher value. $ulimit -a time(cpu-seconds) unlimited file(blocks) unlimited coredump(blocks) 0 data(kbytes) unlimited stack(kbytes) 10240 lockedmem(kbytes) 3145728 memory(kbytes) unlimited nofiles(descriptors) 65536 processes 2047 Can anyone tell me how to set lockedmem to higher value on CENTOS 5.4? Thanks.
2008 May 22
1
tests/ok-errors.R ## bad infinite recursion
...nce. // George NetBSD chime 4.0_STABLE NetBSD 4.0_STABLE (CHIME) #6: Tue Apr 29 16:49:55 EDT 2008 root at chime:/usr/obj/sys/arch/amd64/compile/CHIME amd64 time(cpu-seconds) unlimited file(blocks) unlimited coredump(blocks) 1 data(kbytes) 262144 stack(kbytes) 2048 lockedmem(kbytes) 670964 memory(kbytes) 2012892 nofiles(descriptors) 64 processes 160 sbsize(bytes) unlimited --- ok-errors.R.orig 2007-09-25 18:05:05.000000000 -0400 +++ ok-errors.R 2008-05-21 16:09:12.000000000 -0400 @@ -16,7 +16,40 @@ getenv("USER") # should pr...
2007 Aug 01
3
OpenBSD and too many open files
...t I still run into the error. When I do, I have to restart dovecot to get things running again. Output of: su -c dovecot root -c 'ulimit -a' time(cpu-seconds) unlimited file(blocks) unlimited coredump(blocks) unlimited data(kbytes) 1048576 stack(kbytes) 8192 lockedmem(kbytes) 634482 memory(kbytes) 1898080 nofiles(descriptors) 3404 processes 1044 sysctl kern.maxfiles gives: kern.maxfiles=3404 My main IMAP accounts reside on this server and I have somewhere in the 25000 range of stored messages. Could this be causing the issue? I only hav...