From 51afc3ab83dbc4b0816fef626cf79db98b0d9aec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Thu, 23 Oct 2025 22:32:45 +0200 Subject: [PATCH] fixes --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index effdaa2..a42a389 100644 --- a/README.md +++ b/README.md @@ -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