Operating System - HP-UX
1827293 Members
1333 Online
109717 Solutions
New Discussion

Error Message: quad4map_32bit: rmap ovflo

 
SOLVED
Go to solution
Chuck Lackey
Advisor

Error Message: quad4map_32bit: rmap ovflo

quad4map_32bit: rmap ovflo, lost [xxxxx,xxxxx)

This is a new one on me. It's in output of 'dmesg' and in syslog. HP L3000, newly upgraded to 11i.

Anyone...anyone...???

Thanks
3 REPLIES 3
John Payne_2
Honored Contributor
Solution

Re: Error Message: quad4map_32bit: rmap ovflo

quadrant 4 of memory is your shared memory section. The overflow indicates that you ran out of space and the system took some. If you have Glance, go to 't', for system table report, and see if the Shared Mem Table (shmmni) is full. If so, increase the kernel parameter shmmni.

Hope it helps

John
Spoon!!!!
Ian Kidd_1
Trusted Contributor

Re: Error Message: quad4map_32bit: rmap ovflo

you've got fragmentation in the the 4th quadrant (thus the quad4 portion). I did some looking around and all I can find is that this is where shared objects are located.

The fix that I found
(at:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xd0e55e938a10d6118ff40090279cd0f9,00.html
)

is to increase your shmmni kernel parameter.
If at first you don't succeed, go to the ITRC
Chuck Lackey
Advisor

Re: Error Message: quad4map_32bit: rmap ovflo

Thanks, Guys. exactly what I needed.

Chuck