[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: defuncted printf process when using wpa_supplicant
From: |
Alex fxmbsw7 Ratchev |
Subject: |
Re: defuncted printf process when using wpa_supplicant |
Date: |
Wed, 30 Mar 2022 17:53:18 +0200 |
On Wed, Mar 30, 2022, 16:58 Greg Wooledge <greg@wooledge.org> wrote:
> On Wed, Mar 30, 2022 at 04:52:16PM +0200, Alex fxmbsw7 Ratchev wrote:
> > cool mate i halfway understand but great peaceful explaintion :)
>
> The most important thing here is that zombies are mostly harmless.
> They aren't using any memory or CPU. The only thing they're using is
> a PID, and the kernel resources associated with that (a few dozen bytes
> to store the process's "name" and so on).
>
> Unless there are thousands of them, you can just ignore them.
>
k cool
>