HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- swapdevice does not appear to release - why ?
Operating System - HP-UX
1840110
Members
2853
Online
110161
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
03-27-2006 09:26 PM
03-27-2006 09:26 PM
We still have a 10.20 box.
Going quite strong , very few incidents.
Apart that the swapdevice sometimes
does not appear to release.
It stays at 10% and slowly goes up until
it reaches 100% and then it you get messages
like
/usr/lib/dld.sl: Call to mmap() failed -
/usr/lib/dld.sl: Not enough space
This time it is not critical and may I through
some stats at you , for analysis ?
Vmstat end swapinfo output
For vmstat the device interrupts (in) and system calls (sy) are very high , is that normal ?
[root@oradb1:]/root<>>> vmstat 5
procs memory page faults cpu
r b w avm free re at pi po fr de sr in sy cs us sy id
2 0 0 19236 41032 14 7 0 0 0 0 0 1051 427 174 28 6 67
0 0 0 20743 41002 8 0 1 0 0 0 0 1594 5541 1269 10 5 85
1 0 0 21229 41002 0 0 1 0 0 0 0 2827 10222 2761 18 10 72
1 0 0 21864 40986 0 0 0 0 0 0 0 3044 11218 3014 17 10 73
0 1 0 21419 40970 5 0 0 0 0 0 0 3050 11088 2791 18 7 74
0 1 0 21384 40970 0 0 0 0 0 0 0 2840 10026 2455 20 8 72
2 0 0 57550 40893 16 0 0 0 0 0 0 2122 8215 1662 17 5 78
1 0 0 56440 40966 20 0 0 0 0 0 0 1917 6346 1405 11 4 85
[root@oradb1:]/root<>>> swapinfo
Kb Kb Kb PCT START/ Kb
TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME
dev 524288 63288 461000 12% 0 - 1 /dev/vg00/lvol2
dev 2048000 62368 1985632 3% 0 - 1 /dev/vg00/lvol9
reserve - 524848 -524848
memory 778036 349388 428648 45%
[root@oradb1:]/root<>>>
regards,
Going quite strong , very few incidents.
Apart that the swapdevice sometimes
does not appear to release.
It stays at 10% and slowly goes up until
it reaches 100% and then it you get messages
like
/usr/lib/dld.sl: Call to mmap() failed -
/usr/lib/dld.sl: Not enough space
This time it is not critical and may I through
some stats at you , for analysis ?
Vmstat end swapinfo output
For vmstat the device interrupts (in) and system calls (sy) are very high , is that normal ?
[root@oradb1:]/root<>>> vmstat 5
procs memory page faults cpu
r b w avm free re at pi po fr de sr in sy cs us sy id
2 0 0 19236 41032 14 7 0 0 0 0 0 1051 427 174 28 6 67
0 0 0 20743 41002 8 0 1 0 0 0 0 1594 5541 1269 10 5 85
1 0 0 21229 41002 0 0 1 0 0 0 0 2827 10222 2761 18 10 72
1 0 0 21864 40986 0 0 0 0 0 0 0 3044 11218 3014 17 10 73
0 1 0 21419 40970 5 0 0 0 0 0 0 3050 11088 2791 18 7 74
0 1 0 21384 40970 0 0 0 0 0 0 0 2840 10026 2455 20 8 72
2 0 0 57550 40893 16 0 0 0 0 0 0 2122 8215 1662 17 5 78
1 0 0 56440 40966 20 0 0 0 0 0 0 1917 6346 1405 11 4 85
[root@oradb1:]/root<>>> swapinfo
Kb Kb Kb PCT START/ Kb
TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME
dev 524288 63288 461000 12% 0 - 1 /dev/vg00/lvol2
dev 2048000 62368 1985632 3% 0 - 1 /dev/vg00/lvol9
reserve - 524848 -524848
memory 778036 349388 428648 45%
[root@oradb1:]/root<>>>
regards,
Look before you leap
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2006 09:38 PM
03-27-2006 09:38 PM
Re: swapdevice does not appear to release - why ?
Hi,
It seems to me, you have a problem with memory leak in one of your applications.
The message you recieve means that mmap - an operation for memory request ( mmap - map pages of memory) completed unsuccessfully. You can try to resolve the problem by updating the kernel (increasing of shmmax and shmmni)
HTH
It seems to me, you have a problem with memory leak in one of your applications.
The message you recieve means that mmap - an operation for memory request ( mmap - map pages of memory) completed unsuccessfully. You can try to resolve the problem by updating the kernel (increasing of shmmax and shmmni)
HTH
Entities are not to be multiplied beyond necessity - RTFM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2006 10:18 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2006 11:57 PM
03-27-2006 11:57 PM
Re: swapdevice does not appear to release - why ?
Thanks I was able to find the donkey process
with the UNIX95 kipper.
Good advice, need more of that.
with the UNIX95 kipper.
Good advice, need more of that.
Look before you leap
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP