- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- max size of open file per proces
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
Forums
Discussions
Discussions
Discussions
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
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
11-14-2005 01:51 AM
11-14-2005 01:51 AM
max size of open file per proces
Can somebody tel me which value of the kernel i have to change to incrase the max size of open file per proces.
Thank you in advance
idriz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2005 01:58 AM
11-14-2005 01:58 AM
Re: max size of open file per proces
You can control the maximum file size on a process basis with 'ulimit'. See the man pages for 'ulimit(2)' and for 'sh-posix(1)' for more information.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2005 02:01 AM
11-14-2005 02:01 AM
Re: max size of open file per proces
file_pad - - 10
maxfiles 1024 - 1024
maxfiles_lim 1024 Y 1024
nfile 4096 - 4096
sendfile_max 0 - 0
Related:
maxuprc Max processes for one user total.
nproc maximum number of processes
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
11-14-2005 02:02 AM
11-14-2005 02:02 AM
Re: max size of open file per proces
The number of files is controlled through the kernel paramters maxfiles (soft limit) and maxfiles_lim (hard limit).
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2005 02:02 AM
11-14-2005 02:02 AM
Re: max size of open file per proces
To verify please find the details of the parameter as below:
Tunable pa_maxssiz_32bit
Description Maximum size of the stack segment of a 32-bit PA-RISC pr
Dynamic no
Subsystem vm
Default Value 83648512
Current Value 83648512
Planned Value 83648512
Last Boot Value 83648512
Constraints pa_maxssiz_32bit >= 83648512
Constraints pa_maxssiz_32bit <= 468713472
Auto Tuning Not Supported
Current Usage Not Available
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2005 02:08 AM
11-14-2005 02:08 AM
Re: max size of open file per proces
Pete has it right, look at maxfiles / maxfiles_lim for the system wide limits, then ulimit if you want to fine tune the "soft" limits.