This commit is contained in:
Mateusz Gruszczyński
2025-10-23 22:32:45 +02:00
parent a5b758ba89
commit 51afc3ab83

View File

@@ -77,7 +77,6 @@ systemctl status npm.service --no-pager
## Troubleshooting
**1) Frontend build killed (SIGKILL) / high RAM usage**
- The script forces **Yarn Classic (1.22.x)** and reduces concurrency.
- If memory is tight, add swap:
```bash
sudo fallocate -l 2G /swapfile && sudo chmod 600 /swapfile