Update CONTRIBUTING.md
This commit is contained in:
parent
553661b37c
commit
8412eb5fda
1 changed files with 8 additions and 1 deletions
|
|
@ -254,7 +254,14 @@ Ensure these ports are available:
|
|||
### Memory Issues
|
||||
- Use `make dev-cpu` for CPU-only mode
|
||||
- Increase Docker memory allocation
|
||||
- For Podman on macOS: see troubleshooting in main README
|
||||
- Podman on macOS: increase the VM memory if needed
|
||||
|
||||
```bash
|
||||
podman machine stop
|
||||
podman machine rm
|
||||
podman machine init --memory 8192 # 8 GB example
|
||||
podman machine start
|
||||
```
|
||||
|
||||
### Environment Issues
|
||||
```bash
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue