Date: Sat, 15 Jun 2024 04:45:42 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 279742] 14.1-RELEASE hangs compiling pspp requiring reboot Message-ID: <bug-279742-227-3JinaJKOQz@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-279742-227@https.bugs.freebsd.org/bugzilla/> References: <bug-279742-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D279742 --- Comment #3 from Konstantin Belousov <kib@FreeBSD.org> --- (In reply to dgilbert from comment #2) Look at the vmstat man page, the -M flag. The vmstat -z was included into the core.txt, but vmstat -m failed. In vmstat -z, there is outstanding number of vm objects (184079069), which more or less aligns with the number of allocated tmpfs nodes. This, togeth= er with 64/32/16 malloc zones, seems to eat all machine memory: (gdb) p (264 + 232 + 64 + 32 + 16)*184168869ull $3 =3D 111974672352 I wonder if it is 'simply' tmpfs metadata consuming memory. Try to limit t= mpfs appetite perhaps? --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-279742-227-3JinaJKOQz>