Received: from mx1.tetrasec.net (mx1.tetrasec.net [66.245.176.36]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id C2687781060 for <~alpine/users@lists.alpinelinux.org>; Fri, 18 Sep 2020 05:50:42 +0000 (UTC) Received: from mx1.tetrasec.net (mail.local [127.0.0.1]) by mx1.tetrasec.net (Postfix) with ESMTP id 38B8F10F77D; Fri, 18 Sep 2020 05:50:41 +0000 (UTC) Received: from ncopa-desktop.lan (67.63.200.37.customer.cdi.no [37.200.63.67]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: alpine@tanael.org) by mx1.tetrasec.net (Postfix) with ESMTPSA id 0579210F77C; Fri, 18 Sep 2020 05:50:39 +0000 (UTC) Date: Fri, 18 Sep 2020 07:50:34 +0200 From: Natanael Copa To: Mogens Jensen Cc: "~alpine/users@lists.alpinelinux.org" <~alpine/users@lists.alpinelinux.org> Subject: Re: Increasing size of / in diskless mode? Message-ID: <20200918075034.2559487f@ncopa-desktop.lan> In-Reply-To: References: X-Mailer: Claws Mail 3.17.6 (GTK+ 2.24.32; x86_64-alpine-linux-musl) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Thu, 17 Sep 2020 17:34:52 +0000 Mogens Jensen wrote: > Hi, > > In diskless mode total amount of RAM is equally split between / and > /dev/shm. How do I increase size of / and reduce size of /dev/shm? > You increase the size of / with the boot option `rootflags=size=...` For /dev/shm, I'm not sure. > Regards, > Mogens Jensen