- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Increase the "Usable user memory size" in HPUX 11i...
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
05-31-2004 08:09 PM
05-31-2004 08:09 PM
Increase the "Usable user memory size" in HPUX 11i machine
How can i increase the "Usable user memory size" in HPUX 11i machine. Do i need to modify any kernel parameter for the same.
Thanks
Jagadesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2004 08:16 PM
05-31-2004 08:16 PM
Re: Increase the "Usable user memory size" in HPUX 11i machine
To list the size of current data segment:
$ ulimit -Sd
To *change* the size of the data segment:
$ ulimit -Sd
Please visit manpage of ksh and sh-posix. Search for ulimit.
HTH,
Anshu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2004 08:17 PM
05-31-2004 08:17 PM
Re: Increase the "Usable user memory size" in HPUX 11i machine
1. Remove all unwanted driver that are configured in your kernel.
2. Fine tune the Kernel parameters to get optimal buffer space you require for your applications running smoothly. Refer to kernel parameter which affects the buffer size in memory.
3. Configure device swap twice your physical memory.
4. Finally Increase memory if possible.
Hope that helps.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2004 09:46 PM
05-31-2004 09:46 PM
Re: Increase the "Usable user memory size" in HPUX 11i machine
the HP-UX kernel has a parameter (the maxdsize parameter) to limit
the amount of memory a single process can use. By default, maxdsize
is set to 64K. You (or your system manager) can increase this value
with sam, with the "Kernel Configuration/Configurable Parameters"
option. You'll need to recompile the kernel after any change. You
can give any value you want, but you must be aware that when a
process wants more memory than what you really have, it slows
tremendously the system and can cause dramatic nervous breadowns to
the other users.
HTH
Bruno
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2004 08:58 AM
06-02-2004 08:58 AM