![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Red Hat Red Hat is the world's leading open source technology solutions provider with offerings including Red Hat Enterprise Linux (RHEL), Fedora, open source applications, security and systems management, virtualization, and Services Oriented Architecture (SOA) solutions. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Configuring snmpd.conf and snmptrapd.conf | jagdish.machhi@ | UNIX for Advanced & Expert Users | 2 | 04-17-2008 04:01 PM |
| Solaris counterpart of /etc/security/limits.conf | slash_blog | SUN Solaris | 0 | 02-14-2008 07:47 AM |
| /etc/security/limits.conf | praveen_b744 | UNIX for Advanced & Expert Users | 1 | 10-15-2007 03:43 AM |
| limits.conf | shooroop | UNIX for Dummies Questions & Answers | 2 | 10-27-2005 08:07 PM |
| limits.conf | dozy | Linux | 1 | 10-26-2005 12:12 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Modifying limits.conf & pam.d
Hello all,
I'm running Oracle 10.2 on RHEL5. Current value of ulimit -n is set to a low value of 1024. I need to increase it to 65536 using the following procedure. cat >> /etc/security/limits.conf <<EOF oracle soft nproc 2047 oracle hard nproc 16384 oracle soft nofile 1024 oracle hard nofile 65536 EOF cat >> /etc/pam.d/login <<EOF session required /lib/security/pam_limits.so EOF Question: will the new values take effect as soon as I complete the above 2 steps or should I run something manually so that these new values take effect? Thanks for your time. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|