hi Guys,
http://ora-srv.wlv.ac.uk/oracle19c_doc/ssdbi/configuring-shell-limits-for-oracle-solaris.html#GUID-6C3823E0-491B-4E9A-9D44-D08CFC00594F
Understand from the doc:
to set kernel parameters like your process.max-stack-size, you set it in the resource control for oracle software user. For example the follow project is assigned to oracle user.
projmod -sK "process.max-stack-size(privildged,32768,deny)" group.oinstall
projmod -sK"process.max-file-descriptor(privildged,32768,deny)" group.oinstall
here is the question:
do we set the above STACK & NOFILES shell limit in /etc/system or set it in the resource control for the oracle software user (oracle) ?
these shell limit values in /etc/system is it = systemwide and not pertaining just for oracle user? if there is the case, it seem that there is a mix of having it in both ways right?