Hi.
I'm trying to install the rust-1.31.1 package.
During compilation an error occurs because the machine has less than 4GB of memory.
So I created an overlay and changed the limit from 4GB to 3GB.
# free -m
total used free shared buff/cache available
Mem: 3416 686 298 1 2432 2449
Swap: 8191 0 8191
I followed this guide: Local Overlay
My steps:
1. Creating the local reposiotry
mkdir /var/git/overlay
cd /var/git/overlay
git clone https://githu