79788064

Date: 2025-10-11 14:27:13
Score: 1.5
Natty:
Report link

Add swap file:

sudo fallocate -l 16G /swapfile
sudo chmod 600 /swapfile
sudo mkswap /swapfile
sudo swapon /swapfile

After this try to build again - works for 16GB ram machine.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: BarTech