- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- 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
12-02-2003 07:51 PM
12-02-2003 07:51 PM
as i know virtual memory = physical memory + swap space.
is there any way to configurable parameter that increase VM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2003 07:56 PM
12-02-2003 07:56 PM
Re: Virtual memory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2003 07:56 PM
12-02-2003 07:56 PM
Re: Virtual memory
Or you need to shutdown, add (physical) memory (RAM) and boot again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2003 07:58 PM
12-02-2003 07:58 PM
Re: Virtual memory
There is several ways to increase virtual memory (reinstall the OS and increase swap space, create an additional swap volume etc.). But, do you really need additional swap space. If your system begins swap data on disk it will have a big impact on system performance. A much better way is to increase memory.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2003 08:04 PM
12-02-2003 08:04 PM
Re: Virtual memory
i have 3 GB physical memory and 4 GB swap so my total VM should be 7 GB. Gut in glance i saw that total vm is only 700 MBand used is 600 MB.
How can my total vm only 700 MB
Total VM : 696.7mb Sys Mem : 423.7mb User Mem: 412.0mb Phys Mem: 3.00gb
Active VM: 532.1mb Buf Cache: 1.50gb Free Mem: 700.2mb
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2003 08:33 PM
12-02-2003 08:33 PM
SolutionWhat Glance is reporting is the memory regions allocated to the VM subsystem. This figure will include, among other things, the total of the pages demand loaded and hence in the page cache, including shared libraries, executables etc. The difference in the active VM may be pages in the page cache but on the free list. I think the swapinfo command may show you the figures you want to see - you can increase the total "VM" figure by setting the kernel parameter swapmem_on to 1, or by adding more swap space as has been suggested. If you want to find out more about these and related subjects, the memory management white paper has most of the answers, although it's not exactly bedtime reading shall we say. :-)
http://www.docs.hp.com/hpux/onlinedocs/os/11i/mem_mgt.html
Also, note you can use the tooltip in Glance to find out what each of the headings are actually reporting.
Cheers,
James.