su -l oracle
-su: ulimit: max user processes: connot modify limit: Operation not permitted
su - oracle -c "dbstart $ORACLE_HOME"
fs.aio-max-nr = 1048576 fs.file-max = 6815744 kernel.shmall = 2097152 kernel.shmmax = 536870912 kernel.shmmni = 4096 kernel.sem = 250 32000 100 128 net.ipv4.ip_local_port_range = 9000 65500 net.core.rmem_default = 262144 net.core.rmem_max = 4194304 net.core.wmem_default = 262144 net.core.wmem_max = 1048586
session required pam_limits.so
oracle hard nproc 16384 oracle soft nproc 2047 oracle hard nofile 65536 oracle soft nofile 1024
if [ $USER = "oracle" ]; then if [ $SHELL = "/bin/ksh" ]; then ulimit -p 16384 ulimit -n 65536 else ulimit -u 16384 -n 65536 fi umask 022 fi
使用道具 举报
本版积分规则 发表回复 回帖后跳转到最后一页