- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SWAP question
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
10-25-2000 12:35 PM
10-25-2000 12:35 PM
After attending a seminar from HP, it appears that
RAM x.25 or 256 MB; whichever is greater is acceptable
for a Database Sever.
I have set my N4000 with 4GB RAM with 1024MB Device Swap
Any comments.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2000 12:45 PM
10-25-2000 12:45 PM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2000 12:56 PM
10-25-2000 12:56 PM
Re: SWAP question
I also recommend turning memory swap on in the kernel.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2000 12:59 PM
10-25-2000 12:59 PM
Re: SWAP question
Seems to me that the old rules were fine when memory was scarce. My choice is to watch swap utilization (Glance or swapinfo -ta) and adjust as really necessary.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2000 01:35 PM
10-25-2000 01:35 PM
Re: SWAP question
I prefer having at least as much swap as I have RAM, so I can get the whole crash dump if necessary. Better to be safe than sorry. And with disk capacity increasing as it is, why not?!
Just my 2 cents.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2000 05:15 PM
10-25-2000 05:15 PM
Re: SWAP question
You need to have large amount of swap space, if you are running large programs or databases because it need to allocate virutal address space in swap for forking a new process. So, if you have small swap, you may find yourself in a situation where ur system can't fork any more processes even though your memory is not fully utilized.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2000 05:56 PM
10-25-2000 05:56 PM
Re: SWAP question
To get an idea of how much space you'd need in dump on 11.0 look at crashconf
# /sbin/crashconf -v
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2000 02:30 AM
10-26-2000 02:30 AM
Re: SWAP question
If it is 0 (and SAM's 'general database server' template sets it to 0) you will be limited to that 1Gb of data segments.
Denver is correct regarding the amount of dump space required, HP rewrote the crashdump mechanism at 11.00. After all, with amounts of server RAM increasing dramatically, who would want to reserve many Gb's of device swap for use in the unlikely event of a crash.
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2000 02:39 AM
10-26-2000 02:39 AM
Re: SWAP question
This is why you hear statements like if you have enough memory you do not need any swap space, this can be true these days, the rule of 4 came from the days when an entire process, plus all its stack, etc must have a one to one relationship with space on the swap device, this has not been true for a number of years now.
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2000 09:45 AM
10-26-2000 09:45 AM
Re: SWAP question
This was the replies that I expected.
Good comments all.
swapmem was set to 1.
swap has 1GB DEVICE
and 1GB FILE.
If, after monitoring DEVICE meets the needs,
I will reclaim FILE.
We do not experience "non-hardware" crashes;
tombstone does the trick in 11.
Once again, THANKS for the input.