...just realized I didn't post this back to the list.
________________________________
From: Kevin Garman <Garman@scadaware.com>
Sent: Friday, May 20, 2022 21:05
To: Parke <parke.nexus@gmail.com>
Subject: Re: Diskless Memory Split
Parke,
Thanks much, you are correct! I simply did:
mount -o remount,size=300M /
...and my root file system grew to 300M! Of course this is temporary, so next I'll work on making it permanent.
Thanks for your help!
________________________________
From: Parke <parke.nexus@gmail.com>
Sent: Thursday, May 19, 2022 08:59
To: Kevin Garman <Garman@scadaware.com>
Subject: Re: Diskless Memory Split
On Thu, May 19, 2022 at 4:45 AM Kevin Garman <Garman@scadaware.com> wrote:
> In a diskless system, 50% (i think?) of system ram is used for the root file system.....is there a way to configure that split? ....perhaps use 60% for the root file system? Or, if I have a lot of ram, maybe only use 10% for the root file system?
[offlist]
I don't know if the root fs is of type tmpfs.
If it is tmpfs, then you can: mount -o remount and change the size.
The syntax might be something like: mount - o remount,size=2g
If that works, please post an update to the Alpine list.
Cheers,
Parke