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
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
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
тАО04-25-2002 03:11 AM
тАО04-25-2002 03:11 AM
---------------------------------------------
/vg00/lvol2 | 1.7gb | 0mb | DEV | 1
/vg02/lvol1 | 3.8gb |2.2gb| DEV | 0
pseudo-swap | 2.3gb |1.4gb|memory| NA
OK here is what my swap looks like. I am running PeopleSoft(DOG/HOG) on a T600 for development. Production runs on 2 N's. So, I think I have a lack of memory resources. I keep getting an error that states that the box is exceeding swap usage allowed. ERROR = ""Available SWAP space is less than the configured threshold."" Should I change priority of my swap file or do you think that adding swap will not help, so I need more memory. Or a possible memory leak. I try never to boot this box. Uptime is 85 days, but when I reboot some swap issues go away. Memory leak???
swapinfo -tm
TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME
dev 1776 0 1776 0% 0 - 1 /dev/vg00/lvol2
dev 3878 2268 1608 58% 137600 - 0 /dev/vg02/lvol1
reserve - 1574 -1574
memory 2352 1477 875 63%
total 8006 5319 2685 66% - 0 -
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-25-2002 03:53 AM
тАО04-25-2002 03:53 AM
Re: SWAP
and max_swap_chunks.
Use Sam->kernel , help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-25-2002 04:35 AM
тАО04-25-2002 04:35 AM
Re: SWAP
swchunk = 2048
maxswapchunks = 2895
Am I way off?
Not sure how I can tune thia a little better, any ideas?
Bob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-25-2002 04:36 AM
тАО04-25-2002 04:36 AM
SolutionIf you suspect a memory leak you should do the following:
check the size of your processes
You can get the top virtual memory usage processes like this:
UNIX95= ps -e -o ruser,sz,vsz,pid,args | sort -rnk3 | head -3
If they stay constant you dont have a memory leak in user space.
There might still be a meory leak in the kernel.
check this with kmeminfo. If you dont't have kmeminfo download PHCO_20262. This contains kmeminfo.
Regards
Rainer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-25-2002 05:17 AM
тАО04-25-2002 05:17 AM
Re: SWAP
dbc_min_pct 2
dbc_max_pct 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-25-2002 05:38 AM
тАО04-25-2002 05:38 AM