- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- sysmap_64bit: rmap ovflo
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-18-2003 04:52 AM
06-18-2003 04:52 AM
sysmap_64bit: rmap ovflo, lost [427196,427197)
sysmap_64bit: rmap ovflo, lost [425697,425698)
sysmap_64bit: rmap ovflo, lost [427684,427685)
sysmap_64bit: rmap ovflo, lost [427297,427298)
sysmap_64bit: rmap ovflo, lost [425994,425995)
sysmap_64bit: rmap ovflo, lost [425214,425215)
sysmap_64bit: rmap ovflo, lost [425182,425183)
sysmap_64bit: rmap ovflo, lost [426500,426501)
sysmap_64bit: rmap ovflo, lost [426885,426886)
sysmap_64bit: rmap ovflo, lost [428726,428727)
sysmap_64bit: rmap ovflo, lost [428082,428083)
sysmap_64bit: rmap ovflo, lost [428341,428342)
sysmap_64bit: rmap ovflo, lost [428184,428185)
sysmap_64bit: rmap ovflo, lost [428231,428232)
sysmap_64bit: rmap ovflo, lost [426115,426116)
sysmap_64bit: rmap ovflo, lost [425105,425106)
Solved! Go to Solution.
- Tags:
- rmap ovflo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2003 05:09 AM
06-18-2003 05:09 AM
Solutionhttp://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xebf3911284f5d5118ff40090279cd0f9,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2003 05:09 AM
06-18-2003 05:09 AM
Re: sysmap_64bit: rmap ovflo
try to have a look to this URL:
http://wtec.cup.hp.com/~hpux/crash/FirstPassWeb/PA/trap_panic/fragmentation.htm
Maybe it could help you.
Ivan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2003 05:12 AM
06-18-2003 05:12 AM
Re: sysmap_64bit: rmap ovflo
is used by the kernel to allocate pages of virtual memory to various
kernel-related processes. An rmap overflow is typically the result
of fragmentation: where kernel virtual memory is being freed in
many small, non-contiguous chunks which cannot be combined into
free areas.
You can choose to:
1. Ignore it: it's basically a small memory leak.
2. Figure-out which application is causing kernel virtual memory to become so fragmented as to cause this problem, and get it to do better garbage collection.
3. Increase the size of the resource map so that less will be lost.
Installing PHKL_28766 may help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2003 07:41 AM
06-20-2003 07:41 AM
Re: sysmap_64bit: rmap ovflo
Ivan: wtec.cup.hp.com refuses my connections, so I can't read the material.
Elena: When cutting and pasting, it's polite to credit your source, apparently the document referenced by Michael.
More information: This is a K380 running 11.11 and Oracle Financials 11i. Any pointers to literature on this issue in an hp-ux 11 environment will be appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2003 07:55 AM
06-20-2003 07:55 AM
Re: sysmap_64bit: rmap ovflo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2003 08:58 AM
06-20-2003 08:58 AM
Re: sysmap_64bit: rmap ovflo
One more piece of info: the customers on the box periodically start complaining that it's "very slow", although we can't find much paging, i/o bottlenecks, cpu spikes, etc. Rebooting usually clears it up for a while.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2003 09:22 AM
06-20-2003 09:22 AM
Re: sysmap_64bit: rmap ovflo
To check for memory leaks, generate regular outputs of the following command and see if the first column for any of the processes is growing over time ( this is somebody's posting in this forum):
UNIX95= ps -e -o "vzs args" | sort
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2003 09:34 AM
06-20-2003 09:34 AM
Re: sysmap_64bit: rmap ovflo
UNIX95= ps -e -o "vsz args" |sort
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2003 06:28 PM
06-20-2003 06:28 PM