I'm trying to get a better understanding of what the value of "ulimit -m" means and how it affects processes on an AIX server.
From the man page for ulimit - "Specifies the size of physical memory, in number of K bytes."
If we have the oracle account on one server set to 32768, and ulimited on another, what does this mean? What risk is the unlmited setting exposed to?
Since many of the oracle process consume more than 32k, it doesn't make sense that this is limiting Oracle's memory limit to 32 K bytes.
Can anyone shed some light on this subject?
Thanks..
From the man page for ulimit - "Specifies the size of physical memory, in number of K bytes."
If we have the oracle account on one server set to 32768, and ulimited on another, what does this mean? What risk is the unlmited setting exposed to?
Since many of the oracle process consume more than 32k, it doesn't make sense that this is limiting Oracle's memory limit to 32 K bytes.
Can anyone shed some light on this subject?
Thanks..