- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: User process
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-21-2004 02:51 PM
тАО04-21-2004 02:51 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-21-2004 03:03 PM
тАО04-21-2004 03:03 PM
Re: User process
I know of no limit on the number of processes a single user id can start. I'd like to see some ps -ef data on the processes to start.
Unix in general has a limit called nproc which is an overall number of processes allowed.
You should also look at the batch jobs being spawned for obvious shell or other programming problems causing this.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-21-2004 03:04 PM
тАО04-21-2004 03:04 PM
Solutionyes it does ;-) Run ulimit -a with this userid and you will see the current settings. This can be configured in /etc/scurity/limits.conf .
For a longer discussion check
http://www.linux.com/howtos/Xterminals/advanced.shtml
Greetings, Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-21-2004 04:10 PM
тАО04-21-2004 04:10 PM
Re: User process
I tried ulimit -a, but still have qustion
is "open file = 1024 " mean only 1024 files can be open at the same time ?
is "max user processes = 7168" mean only 7168 processes can be run at the same time ? thx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-21-2004 08:01 PM
тАО04-21-2004 08:01 PM
Re: User process
yes, it tells you the max nr of processes a user can have.
you can limit cputime too and other stuff.
Check
# info bash
and the search for ulimit using
/ulimit [enter]
and then press "n" untill you find it.
Peace, R.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-23-2004 02:20 AM
тАО04-23-2004 02:20 AM
Re: User process
soft nproc 32
hard nproc 64
Which generally gives users max process number limit 32 but if someone needs more they can raise the limit per session up to the hard limit (64).
Yu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-23-2004 02:58 AM
тАО04-23-2004 02:58 AM
Re: User process
PAM will use this to configure the limits when it validates the processes.
Red Hat may have the limits.conf in another directory.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-23-2004 06:11 AM
тАО04-23-2004 06:11 AM
Re: User process
surely, there is such limit there as same as other *NIX. but lift that process limit bar won't fix the problem.
see here for your choices
http://www.linuxsa.org.au/tips/zombies.html
and may need look at OS patch or your batch shell scripts too to address root cause.
Cheers !
YJ