- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Performance Tuning for swap info
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
06-07-2005 04:02 AM
06-07-2005 04:02 AM
We are having major issues with swap space. We currently have 1 GB of RAM and have 4 GB on order but not due to arrive until 20 JUN.
We have recently migrated to Oracle 9i and I believe this is part of the problem. However our DBA ensures me that he has tuned Oracle down to using the least possible to maintain operations.
Is there any tuning that I can do to make the swap space more available than fuser'ing users after a certain period of idle time?
HELP
Lee Higginbotham
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2005 04:07 AM
06-07-2005 04:07 AM
Re: Performance Tuning for swap info
How is buffer cache configured?? dynamic or static??
If dynamic, what are settings for
dbc_max_pct and dbc_min_pct
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2005 04:17 AM
06-07-2005 04:17 AM
Re: Performance Tuning for swap info
ngbflh:H-SuperUser> swapinfo -mat
Mb Mb Mb PCT START/ Mb
TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME
dev 1024 297 727 29% 0 - 1 /dev/vg00/lvol2
reserve - 727 -727
memory 1577 1324 253 84%
total 2601 2348 253 90% - 0 -
You have mail in /var/mail/root
ngbflh:H-SuperUser>
Buffer cache:
bufcache_hash_locks 128 128 Static N/A B
bufpages 7812 7812 Static N/A N
Thanks,
Lee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2005 04:22 AM
06-07-2005 04:22 AM
SolutionBased on your swapinfo I predict that though swap will be reserved, paging will stop.
You probably want overall swap space to equal physical memory right after the memory installation. After that you'll need to see if what is being used to plan any further expansion.
Swap space is made available by killing the process its reserved for. If you issue a kill on user processes after idle time, those processes will free up memory and swap.
Oracle processes probably are not idle however, which is why the database itself does not time them out.
The place to look for timeout is probably the application.
I doubt the access is telnet/ssh in which case the TMOUT variable would time out idle users, kill the process and free resources.
In the short run, user education to log off and close the application may be best.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2005 04:25 AM
06-07-2005 04:25 AM
Re: Performance Tuning for swap info
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2005 04:43 AM
06-07-2005 04:43 AM
Re: Performance Tuning for swap info
Thank you again. I have posted the points for each of your responses. I appreciate all of your help and your timely responses.
Lee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2005 05:36 AM
06-07-2005 05:36 AM