You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since version 3.3.1 Tower raised the memory check to 4GB, which is quite high for a simple test VM.
I suspect that it should be sufficient to manipulate the inventory of setup.sh, by adding the variable required_ram set to the value of ansible_memtotal_mb in the section [all:vars].
Since version 3.3.1 Tower raised the memory check to 4GB, which is quite high for a simple test VM.
I suspect that it should be sufficient to manipulate the inventory of setup.sh, by adding the variable
required_ram
set to the value ofansible_memtotal_mb
in the section[all:vars]
.Compare with:
The text was updated successfully, but these errors were encountered: