We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 117444c commit 08f8883Copy full SHA for 08f8883
1 file changed
common.sh
@@ -470,13 +470,13 @@ if [[ ! -z ${AGENT_E2E_TEST_SCENARIO} ]]; then
470
;;
471
"TNA" )
472
export NUM_MASTERS=2
473
- export MASTER_VCPU=4
+ export MASTER_VCPU=8
474
export MASTER_DISK=100
475
export MASTER_MEMORY=32768
476
export NUM_ARBITERS=1
477
export ARBITER_VCPU=2
478
- export ARBITER_MEMORY=16384
479
- export ARBITER_DISK=100
+ export ARBITER_MEMORY=8192
+ export ARBITER_DISK=50
480
export NUM_WORKERS=0
481
482
"HA" )
0 commit comments