failed to lock memory
726348Apr 20 2010 — edited Apr 20 2010In odbc.ini, I set MemoryLock=4, and in /etc/security/limits.conf (timesten is installed as oracle user)
oracle soft memlock 131072
oracle hard memlock 131072
But when I tried to use ttisql, it reported that
712: Unable to lock data store memory segment, error 12.
It seems that there is not enough memory. But in fact, when use free command, it shows that there still have 6718332 free memory.
[oracle@testdl380c bin]$ free
total used free shared buffers cached
Mem: 16439076 6718332 9720744 0 175420 1674916
-/+ buffers/cache: 4867996 11571080
Swap: 522104 0 522104
Anything wrong in my configuration?
thanks