1751898 Members
4943 Online
108783 Solutions
New Discussion юеВ

dmesg error

 
SOLVED
Go to solution
himacs
Super Advisor

dmesg error

Hi Admins,

B.11.23 server shows below error while dmesg

How i can solve this?


Deferred swap reservation failure pid: 4077
Deferred swap reservation failure pid: 4077
Deferred swap reservation failure pid: 4077

Pid 4077 was killed due to failure in writing the signal context- possible stack overflow.
Deferred swap reservation failure pid: 6585
Deferred swap reservation failure pid: 6585
Deferred swap reservation failure pid: 6585


regards,
himacs
6 REPLIES 6
R.K. #
Honored Contributor

Re: dmesg error


Hi Himacs,

Processes with pid 4077 and pid 6585 are trying to reserve swap spaces but are failing.
Possibly you might be running out of swap.

Check memory usage by:
swapinfo -tam

If this is the case you need to add the swap space.

Regds,
R.K.
Don't fix what ain't broke
himacs
Super Advisor

Re: dmesg error

Hi RK,

Thanks for ur response.

i think i have enough swap in the system.

swapinfo -atm
Mb Mb Mb PCT START/ Mb
TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME
dev 8192 318 7874 4% 0 - 1 /dev/vg00/lvol2
dev 4112 316 3796 8% 0 - 1 /dev/vg00/lvol10
reserve - 6784 -6784
total 12304 7418 4886 60% - 0 -


regards,
himacs
avizen9
Esteemed Contributor
smatador
Honored Contributor

Re: dmesg error

Hi,
Unfortunately, you're running out of swap space. You don't have reserve so you have to add swap space or stop some process.
Suraj K Sankari
Honored Contributor
Solution

Re: dmesg error

Hi,

yes your system is running out of swap memory as per the swapinfo -tam
only 4% and 8% are free.
add more swap memory

Suraj
Dennis Handly
Acclaimed Contributor

Re: dmesg error

From your swapinfo'2 output missing "memory" line, the first thing you should do is to enable pseudo-swap. See swapmem_on(5).