Gentoo Archives: gentoo-user

From: Kai Peter <kp@×××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Machine hangs up with out of memory
Date: Fri, 30 Apr 2021 23:07:51
Message-Id: c8528c7e70f6de5994cbab02334f4a25@lists.gentoo.org
In Reply to: Re: [gentoo-user] Machine hangs up with out of memory by Michael
1 On 2021-04-30 12:09, Michael wrote:
2 >
3 > However, the OP problem here seems to be with a leaky BIND?
4 >
5 > I found this mentioned upstream - but have not check BGO:
6 >
7 > https://gitlab.isc.org/isc-projects/bind9/-/issues/446
8
9 Thanks for reply. rndc runs on other machines daily, but not on this
10 one.
11
12 Right now I have corrected my bind config and the memory usage is stable
13 by 700MB. The issue here was the statement "listen-on-v6 { any; };".
14 bind was trying repeatedly to bind ipv6 to br0 and tap{0,1} devices -
15 and fails.
16
17 The memory usage is stable since 3 days:
18
19 $>ps axuww | grep named
20 named 14414 0.2 1.4 735040 116952 ? Ssl Apr29 4:38
21 /usr/sbin/named -u named
22
23 $>free -h
24 total used free shared buff/cache
25 available
26 Mem: 7.5Gi 480Mi 55Mi 0.0Ki 7.0Gi
27 6.9Gi
28 Swap: 23Gi 378Mi 23Gi
29
30 Lets see what happens after the next update cycle.