- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to increase virtual memory
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
07-06-2005 11:11 PM
07-06-2005 11:11 PM
How to increase virtual memory
I have some problem in virtual memory
If I excecute one programe it is flashing
virtual memory exhausted error
Can any tell me how to increse the vitual memory
Here is my memory info
Physical Memory: 3587.2 MB xx x
xx xxReal Memory: xx x
xx xx Active: 32306.5 KB xx x
xx xx Total: 100489.1 KB xx x
xx xxVirtual Memory: xx x
xx xx Active: 56677.4 KB xx x
xx xx Total: 156558.2 KB xx x
xx xxFree Memory Pages: 746726 at 4 KB/page xx x
xx xxSwap Space: xx x
xx xx Avail: 7168 MB xx x
xx xx Used: 130 MB
Thanks
Binu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2005 11:15 PM
07-06-2005 11:15 PM
Re: How to increase virtual memory
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2005 11:25 PM
07-06-2005 11:25 PM
Re: How to increase virtual memory
I have checked the values you have mentioned in a working system and a non working system and seems to be identical
Is there any thing more to compare
Thanks
Binu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2005 02:01 PM
07-07-2005 02:01 PM
Re: How to increase virtual memory
See the above parameters mentioned by Pete Randall are five discrete segments of virtual memory....
If u say that these parametes are identical on both working and non-working servers then....probably u may have to create a filesystem and do swapon on that filesystem ....in your data also it indicates no swap space...
...U can try this , I think this should solve your problem.....
regds
Venkatesan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2005 02:47 PM
07-07-2005 02:47 PM
Re: How to increase virtual memory
Figure-out which application is causing kernel virtual memory to
become so fragmented as to cause this problem, and get it to
due better garbage collection.
Try increasing the size of the resource map so that less will be lost.
The sysmap rmap defaults to a minimum of 800 entries, but will
scale up to 2*nproc. So, increasing the size of nproc will
increase the size of the rmap. If it's possible to increase nproc
without causing other adverse effects, this is probably the best
solution.
Regards
Jino