Handle and document potential memory limit issues

* Increase node memory limit
* Add note to docs that you may need to increase container memory thresholds
imposed by docker-for-mac and similar tools if you're using them
This commit is contained in:
Jake McDermott
2021-05-13 12:55:37 -04:00
parent a9ec7038de
commit cd7c85490b
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -92,6 +92,9 @@ docker exec -it tools_awx_1 bash
# add the updated package.json and package-lock.json files to scm
git add awx/ui_next_next/package.json awx/ui_next_next/package-lock.json
```
#### Note:
- Building the ui can use up a lot of resources. If you're running docker for mac or similar
virtualization, the default memory limit may not be enough and you should increase it.
## Building for Production
```shell