HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Process Limitations
Operating System - Linux
1828388
Members
3201
Online
109977
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
07-18-2005 11:05 PM
07-18-2005 11:05 PM
Process Limitations
OS: Linux Enterprise 3.0 Update 4
We will be running a new application off of our servers which will spawn multiple child processes from the parent creating some fairly large threads.
I am hoping to find out the following information:
1. How may open files can I have per thread?
2. How much memory is allocated per process (parent + childs)?
3. Any other limitations that I would need to be aware of?
Thanks in advance for your help.
We will be running a new application off of our servers which will spawn multiple child processes from the parent creating some fairly large threads.
I am hoping to find out the following information:
1. How may open files can I have per thread?
2. How much memory is allocated per process (parent + childs)?
3. Any other limitations that I would need to be aware of?
Thanks in advance for your help.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2005 11:19 PM
07-18-2005 11:19 PM
Re: Process Limitations
try 'ulimit -a' which should give most of the details you are looking for.
But for modifying the values you got to be a root user.
Regards,
Gopi
Never Never Never Giveup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2005 11:21 PM
07-18-2005 11:21 PM
Re: Process Limitations
'/proc/sys/fs/file-max' is the maximum number of vavailable file handles. I think it usually defaults to 32k, but I've got mine set to 128k without any issues (and I use 'em). It just uses a bit more memory at the kernel level, no big deal.
The amount of memory per process is limited to the amount of memory on the stack, unless you've used 'ulimit -m' to set it smaller. See 'man ulimit' for more on that.
Other limitations? It depends on what you're doing I guess. If you're worried, give some more details about what you're doing, and we'll try think of anything else.
If you want to browse around in some of the preset limits in '/proc/sys/*', you might find something else which might affect you. I'd also advise reading through '/usr/share/doc/kernel-doc-*/filesystems/proc.txt' to see what most of those bits and pieces do.
Hope this helps.
The amount of memory per process is limited to the amount of memory on the stack, unless you've used 'ulimit -m
Other limitations? It depends on what you're doing I guess. If you're worried, give some more details about what you're doing, and we'll try think of anything else.
If you want to browse around in some of the preset limits in '/proc/sys/*', you might find something else which might affect you. I'd also advise reading through '/usr/share/doc/kernel-doc-*/filesystems/proc.txt' to see what most of those bits and pieces do.
Hope this helps.
One long-haired git at your service...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2005 11:21 PM
07-18-2005 11:21 PM
Re: Process Limitations
Thanks!
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP