aboutsummaryrefslogtreecommitdiffstats
path: root/scenarios/os-odl-sfc/xci_overrides
blob: 0f8f7436e9753420304bc5697cf907d4ca6d81be (plain)
1
2
3
4
5
if [[ $XCI_FLAVOR == "ha" ]]; then
    export VM_MEMORY_SIZE=20480
else
    export VM_MEMORY_SIZE=16384
fi