sparameswaran / nsx-t-gen

concourse pipeline to install nsx-t - DEPRECATED
Apache License 2.0
21 stars 9 forks source link

Change default behavior or mem reservations #2

Closed NiranEC77 closed 6 years ago

NiranEC77 commented 6 years ago

Default parameter fro mem res is set to false. need to be true and require change to false to disable reservations:

Memory reservation is turned ON by default with the NSX-T OVAs.

This would mean a deployment of an edge or a mgr would reserve full memory

leading to memory constraints

Set following flag to true - would keep reservation ON, recommended for production setups.

Set following flag to false - would turn reservation OFF, recommended for POCs, smaller setups.

nsx_t_keep_reservation: false # for POCs, small setups

sparameswaran commented 6 years ago

Done