mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 09:38:10 -03:30
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:
2
Makefile
2
Makefile
@@ -387,7 +387,7 @@ clean-ui:
|
||||
rm -rf $(UI_BUILD_FLAG_FILE)
|
||||
|
||||
awx/ui_next/node_modules:
|
||||
$(NPM_BIN) --prefix awx/ui_next --loglevel warn ci
|
||||
NODE_OPTIONS=--max-old-space-size=4096 $(NPM_BIN) --prefix awx/ui_next --loglevel warn ci
|
||||
|
||||
$(UI_BUILD_FLAG_FILE):
|
||||
$(NPM_BIN) --prefix awx/ui_next --loglevel warn run compile-strings
|
||||
|
||||
Reference in New Issue
Block a user