- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Insufficent Memory Problem
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
09-05-2000 07:58 PM
09-05-2000 07:58 PM
Insufficent Memory Problem
I have one N-Class server running HP-UX11.0 . This is the production server of SAP application. I am having 4GB of RAM and 32GB of Swap space in my server but when i start SAP application and user's starts logging in . At the SAP front end it says insufficent Memory . When i see at OS level only 13 MB free memory is available out of 4 GB . When i see the process which was taking much memory I found only SAP application which was taking much memory.
If i increase the Swap space shall this slove my problem or i have to increase the memory.
Can anybody suggest.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2000 08:57 PM
09-05-2000 08:57 PM
Re: Insufficent Memory Problem
# swapinfo -tam
Look at the bottom line under the Percent Used column. If the pct used is +90% maybe you could increase swap. If it doesnt appear to be swap you're probably looking at tuning some kernel parameters. Was there anything in /var/adm/syslog/syslog.log? Maybe you should look at dbc_max_pct, if it is at the default of 50% possibly reduce it to 10% or 15%.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2000 09:46 PM
09-05-2000 09:46 PM
Re: Insufficent Memory Problem
Take a look at this thread from last week. There is quite a discussion of swapspace and the analysis some real "swapinfo -t" data.
http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0xbc8a0559ff7cd4118fef0090279cd0f9,00.html
You might also want to adjust (upward) the kernel parameter maxdsiz. For an overview of kernel parameters see:
http://docs.hp.com/hpux/content/KCparams.OverviewAll.html
If you have Glance it may provide you with some additional clues. Tuning may be needed in addition to more physical memory.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2000 10:15 PM
09-05-2000 10:15 PM
Re: Insufficent Memory Problem
The problem is d/t/s size. Most likely maxdsize.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2000 11:59 PM
09-05-2000 11:59 PM
Re: Insufficent Memory Problem
Look and see if your SAP applications can be fine tunned to your environment, i.e don't use modules which are not used. Also review you SAP application config before increasing memory.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2000 01:12 AM
09-06-2000 01:12 AM
Re: Insufficent Memory Problem
You have a very large swap space, your really don't need that size of swap space. Set your swap space to 2*Physical memory and please look at this linked document and also set your kernel parameters as stated. It will help you to tackle job. You can also use sysdef; adb command (echo "bufpages/D" |adb /stand/vmunix /dev/mem) to determine your bufpages. From kernel configuration, set swapmem_on=1; allocate_fs_swapmap=0; dbc_max_pct=25; dbc_min_pct=5; bufpages=0; nbuf=0 .This will give you pseudo memory of 75% of you total physical memory and you buffer caching will be dynamic.
http://forums.itrc.hp.com/cm/components/FileAttachment/0,1167,0x618b0559ff7cd4118fef0090279cd0f9,00.htm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2000 06:35 AM
09-06-2000 06:35 AM
Re: Insufficent Memory Problem
Tony
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2000 06:50 AM
09-06-2000 06:50 AM
Re: Insufficent Memory Problem
We found that huge amounts had be paged/swapped out, and the machine was under so much memory pressure it deactived processes. This included the nfs processes, which effectively hung the machine as it was in a MC/SG environment. This N class also had 4GB of memory and 20 SAP processes. We increased the physical memory to 8GB and it behaved much better (although shutting down SAP every 2 weeks helps a lot!).
If you monitor the paging activing using vmstat (or glance if you have it), you will probably see heavy page out (po column). Don't worry too much about page in's (pi column).