- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: memory allocation for 3rd party applications
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
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
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
07-10-2001 05:16 AM
07-10-2001 05:16 AM
memory allocation for 3rd party applications
for certain applications. We have a 3rd party
product that gives "no core memory" message
from application. Memory on the system is
excellent,Sometimes message comes up and other times all works ok. The 3rd party apps vendor is telling me I may need to change a parm to allocate more memory to certain applications.
Anybody have any idea what I could change??
Thanx
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2001 05:30 AM
07-10-2001 05:30 AM
Re: memory allocation for 3rd party applications
Its quite possible that your application needs a larger data stack (maxdsiz). Take a look at the Kernel configuration parameter document below, particularly the section on Process Management:
http://docs.hp.com/hpux/onlinedocs/os/KCparams.OverviewAll.html
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2001 05:32 AM
07-10-2001 05:32 AM
Re: memory allocation for 3rd party applications
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2001 06:14 AM
07-10-2001 06:14 AM
Re: memory allocation for 3rd party applications
You may also need to increase maxtsiz (the limits the size of the actual code as opposed to data). In rare cases it is necessary to increase maxssiz (the stack segment size). You can make these large as they consume no resources. The only downside is that if you have a true memory hog or leak, the system does not kill the process as soon.
Regards, Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2001 06:18 AM
07-10-2001 06:18 AM
Re: memory allocation for 3rd party applications
Will try increasing the values you mentioned
and see what happens.