From nobody Thu Apr 18 21:01:27 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 4VL9Dn02lmz5HZ6H for ; Thu, 18 Apr 2024 21:01:29 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4VL9Dm3rF6z4RrL for ; Thu, 18 Apr 2024 21:01:28 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1713474088; a=rsa-sha256; cv=none; b=Mbci03dpoFyAYY2wLKakbLPFQHUXnkM0BaTvRjlxqNB50PoD2wAJa1lqthKItJTmP1KyI6 J6y5PugdkZ/i1bMoU7rIGXVfzoaXQHoeTGKGteiDE48kLaJHLumcKALc7pr9bbp0jggEzU aLsxT2Ewj+66DywJgpcPTGjy5h/TvD4iqgADqI5KFJHJSkjxZscwIdhnRhVMy5ESYQabEa F6mG+9fIgDkUu4WK/t3hrrBYPQYqKWAvaJo4h/+HIEcSH10P9eOwpTVKMA62agQEgIjQuP Zk/M0+GjW0ta3M5AHy3uiri4okbOwpWsadsAehSgdbimr2tjdhJBjjtznghytQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1713474088; 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=8fGyXv0TStV9m4Fty33e3FRbw8nwRRFlp/XnPJlOFLQ=; b=gW/714CKF0gvpI65J5NjcScWZfOLv7rQhuUKidWCEKsxOR+cwsGe2ejyijcES2zzjvYMqT J+8CIE7Bmkh0cjDBCSK2kKAUFFdA4CyuTgQTWb70Q6Eev3VtZnmpjIkL4K+HhZB4p7M0yl Q4Kr5BFQ3zlsW8dslSKOyxUap4ZVcHStPCYTVu6aTZJceI1bhDT3XSblnRwTcQvYHjgdBX 3LSZVsRt4UU7Kk6JczAbQcOKnoCHG0cY15Wqr1cig4VCNVVSD34lGrL3Rzs2PlAjX/9W3m vnnZErUds7eF3T/cTQ9lAwLjjhIipKWgQG/mk5uIH81Ih3eUsNsBsRZg7EOvsQ== 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 4VL9Dm3MQQzQQd for ; Thu, 18 Apr 2024 21:01:28 +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 43IL1Sjn040509 for ; Thu, 18 Apr 2024 21:01:28 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 43IL1Sjl040508 for bugs@FreeBSD.org; Thu, 18 Apr 2024 21:01:28 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 277389] Reproduceable low memory freeze on 14.0-RELEASE-p5 Date: Thu, 18 Apr 2024 21:01:27 +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.0-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=3D277389 --- Comment #36 from Henrich Hartzer --- Re: My Firefox OOMs. I haven't been able to reproduce it lately as I've been more careful to have fewer tabs open. I tried to force it to happen, but di= dn't have any luck. I'll try to coax it over the edge next time it's acting up. I ran iozone -i 0,1 -l 256 -r 4k -s 1g on a "faster" system with a SSD, and= it had no issues. I'm still running iozone -i 0,1 -l 512 -r 4k -s 1g on a "slower" system wit= h a single 1TB harddrive. It's still running, but no signs of dying yet, and it= 's past the writing stage. ...And I just realized lz4 compression is on by default. Will that be requi= red to reproduce? It does seem like the iozone files compress readily. --=20 You are receiving this mail because: You are the assignee for the bug.=