- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Physical Paging 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
05-25-2002 03:58 PM
05-25-2002 03:58 PM
Physical Paging Memory
Question, what is the kernel param to change the physical paging memory? And second, can someone tell me why it is no matter howmany nbuffs I increase it always wants more...more....more... :)
Thanks...
Dan Carter
System Console is on the ITE
btlan1: Initializing 10/100BASE-T card at 10/16/8.......
btlan1: Initializing 10/100BASE-T card at 10/4/8.......
btlan1: Cable not connected at card 10/4/8.
Logical volume 64, 0x3 configured as ROOT
Logical volume 64, 0x2 configured as SWAP
Logical volume 64, 0x2 configured as DUMP
Swap device table: (start & size given in 512-byte blocks)
entry 0 - major is 64, minor is 0x2; start = 0, size = 2097152
Dump device table: (start & size given in 1-Kbyte blocks)
entry 0 - major is 31, minor is 0x6000; start = 88928, size = 1048576
Starting the STREAMS daemons-phase 1
Create STCP device files
Starting the STREAMS daemons-phase 2
B2352B/9245XB HP-UX (B.11.00) #1: Thu Nov 6 01:58:21 PST 1997
Memory Information:
physical page size = 4096 bytes, logical page size = 4096 bytes
Physical: 1048560 Kbytes, lockable: 681084 Kbytes, available: 792544 Kbytes
Warning: 16000 nbuf requested, adjusted to 16040
Using 16040 buffers containing 128000 Kbytes of memory.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2002 04:23 PM
05-25-2002 04:23 PM
Re: Physical Paging Memory
What do you mean by the "Physical Paging Memory"? There are parameters lotsfree, desfree and minfree which determine when the system will start to swap, is that what you mean?
Also, looks like you have nbuf and bufpages both configured - nbuf should really be set to 0 and it is mainly there for compatibilty reasons. If you can specify what values these parameters are I could tell you conclusively what is happening.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2002 12:32 AM
05-26-2002 12:32 AM
Re: Physical Paging Memory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2002 06:09 AM
05-28-2002 06:09 AM
Re: Physical Paging Memory
try
http://www.docs.hp.com//hpux/onlinedocs/os/11.0/tuningwp.html
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2002 01:08 PM
05-28-2002 01:08 PM
Re: Physical Paging Memory
nbuf = 0 allows totally dynamic allocation?
I'm tuning for the JVM (blah..blah..blah)
The problem we have going on is the java app is reporting insufficient nbuffers to our engineers.
The second question refered to the dmesg output I posted where it said physical memory page size - I was wondering if there was a way to actually increase it to 8k.
-Dan