From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F01B0158083 for ; Sun, 1 Sep 2024 20:45:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5CF3FE2A15; Sun, 1 Sep 2024 20:45:30 +0000 (UTC) Received: from smtp.hosts.co.uk (smtp.hosts.co.uk [85.233.160.19]) (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) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 15113E2A0C for ; Sun, 1 Sep 2024 20:45:29 +0000 (UTC) Received: from host81-136-75-24.range81-136.btcentralplus.com ([81.136.75.24] helo=[192.168.1.171]) by smtp.hosts.co.uk with esmtpa (Exim) (envelope-from ) id 1skrRw-000000003My-9ohc for gentoo-user@lists.gentoo.org; Sun, 01 Sep 2024 21:45:28 +0100 Message-ID: <7e7c058b-c04b-4c0e-8f3d-77906a738ba7@youngman.org.uk> Date: Sun, 1 Sep 2024 21:45:40 +0100 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [gentoo-user] Firefox, Seamonkey to if I can, and memory limits. To: gentoo-user@lists.gentoo.org References: <6442a869-f24c-5fc7-ef03-34b01bd85dcb@gmail.com> <9330460.CDJkKcVGEf@rogueboard> <428b05d4-0828-45f2-add6-48123ba9073e@youngman.org.uk> <3359f138-9e6e-411c-9c25-f09e2209bec0@youngman.org.uk> Content-Language: en-US From: Wol In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Archives-Salt: 97b9ed95-21b2-44bb-9717-4e01a3dc342f X-Archives-Hash: 943fdf47b510f81b91201979dfe7409c On 01/09/2024 20:36, Dale wrote: > I wonder tho, in one of the replies, it says to create a directory in > /sys.  Don't those get cleared after a reboot?  I'm almost certain /proc > does but think /sys does too.  If so, how does that survive reboots?  I > may find more info as I search. I'll leave you to dig deeper, but let us know how it goes ... :-) Just about that /sys thing, that might be if you're trying to put an already-running program into a cgroup. If you're using cgexec to start a program, it should do all that for you. Cheers, Wol