fixes
This commit is contained in:
@@ -77,7 +77,6 @@ systemctl status npm.service --no-pager
|
|||||||
|
|
||||||
## Troubleshooting
|
## Troubleshooting
|
||||||
**1) Frontend build killed (SIGKILL) / high RAM usage**
|
**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:
|
- If memory is tight, add swap:
|
||||||
```bash
|
```bash
|
||||||
sudo fallocate -l 2G /swapfile && sudo chmod 600 /swapfile
|
sudo fallocate -l 2G /swapfile && sudo chmod 600 /swapfile
|
||||||
|
|||||||
Reference in New Issue
Block a user