From nobody Mon Sep 30 19:09:05 2024 X-Original-To: bugs@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4XHVwx49Vcz5XWLh for ; Mon, 30 Sep 2024 19:09:05 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XHVwx2vyWz41Z7 for ; Mon, 30 Sep 2024 19:09:05 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1727723345; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=gTY3VRvBqe5FKIlfJ0Wr+jJktfEJqVUF7NzqfXi/T5w=; b=J9cI4CWLL4iRbgLK+gqY6Vlql6m2b0VYiHt/A2W836X/9QmhiDs1P8gbHOQR1TQ4Sv3HjQ Rskrbm/R5Cem5F0o4bx6j0LMVOAfWRCWE7HBzKBBppofz0fdVLJFsJiRr5biFDaWTo6uob zy0BLzcn23Uw59tjzGgtGrPUBcVq1KtxiVXUDplnZgU5Wt20D45XoDvSWFNlPw4a/q6rKf cDPqlGVRgYKUBFoynM+PZ/cmQ72wMC5nsRoX+lRRGCQWxS9VXQkPJAdmf5QE6Xy9BHjL4U 8lqj8gIFGl4qrnbWnfJr/opF//xGIrID+UsPlpsxarkqp9BiKT1AUkZWIDxXNw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1727723345; a=rsa-sha256; cv=none; b=dfbBu9yVKIH96XNv5avs/RF3y9treaKqbFj2sxR0zlKr0hPzsoapx/AWHLndpX42ZpvHFy 7wOyplVjkS10SUox+UpzmPOAaA2+rCFVGmCg95YzeLdE67Y6MCEFixnTHuclHviPBSBkuJ xh2y8phI4tbMjutbUQI4AHA33aWWXmEnTwJBHqKAc2knc5AWV8GRCw4PvceAilkJ+7s2fE W84JeC0F22fkd/C1odTVG5v5dF9NesE4rKdj+JCIplVHQ9wLfpi7Zs8gI868jApUr2ONBx MicfcWhOxwwdPh7r9nXzu/Q3MfluPNcb6ehehBO2rtY2bqJ20tpWtcC8SJkdPA== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4XHVwx2Q19z15Rs for ; Mon, 30 Sep 2024 19:09:05 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 48UJ95Hl019683 for ; Mon, 30 Sep 2024 19:09:05 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 48UJ95Ml019681 for bugs@FreeBSD.org; Mon, 30 Sep 2024 19:09:05 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 280846] Low memory freezes / OOM: a thread waited too long to allocate a page Date: Mon, 30 Sep 2024 19:09:05 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 14.1-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: henrichhartzer@tuta.io X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Bug reports List-Archive: https://lists.freebsd.org/archives/freebsd-bugs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-bugs@FreeBSD.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D280846 --- Comment #9 from Henrich Hartzer --- I currently "reinstalled" (lots of rsync involved) on UFS with a different = but similar machine. Only 8GB of memory. I haven't had it lock up as hard yet, but it's starting to quite quickly. I seem to be running into that "vanishing memory" bug again. 176 processes: 2 running, 172 sleeping, 2 waiting CPU: 1.6% user, 0.0% nice, 1.4% system, 0.0% interrupt, 97.1% idle Mem: 28M Active, 76M Inact, 76M Laundry, 1464M Wired, 642M Buf, 369M Free ARC: (empty, of course) --=20 You are receiving this mail because: You are the assignee for the bug.=