File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
testpmd-container-app/cnfapp/scripts
testpmd-lb-operator/roles/loadbalancer/defaults
testpmd-operator/roles/testpmd/defaults Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ CORES_STR=$LCORES
58
58
IFS=' ,' read -ra CORES_ARR <<< " $CORES_STR"
59
59
CORES_LEN=${# CORES_ARR[@]}
60
60
if [[ $CORES_LEN -gt $TESTPMD_CPU_COUNT ]]; then
61
- echo " ERROR: Acutal cores (${CORES_LEN} ) is greater than configured cores (${TESTPMD_CPU_COUNT} )"
61
+ echo " ERROR: Actual cores (${CORES_LEN} ) is greater than configured cores (${TESTPMD_CPU_COUNT} )"
62
62
exit 1
63
63
fi
64
64
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ image_testpmd: "quay.io/rh-nfv-int/testpmd-container-app-testpmd@sha256:eca74e7c
11
11
image_listener : " quay.io/rh-nfv-int/testpmd-container-app-listener@sha256:050c5f7117bd6135af48cf742600bd30ab8448fe12fcab44960c1508c10327b1" # v0.2.3
12
12
13
13
hugepage_1gb_count : 4Gi
14
- memory : 1000Mi
14
+ memory : 4Gi
15
15
cpu : 6
16
16
forwarding_cores : 4
17
17
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ image_testpmd: "quay.io/rh-nfv-int/testpmd-container-app-cnfapp@sha256:c0cbe35d7
15
15
size : 1
16
16
17
17
hugepage_1gb_count : 4Gi
18
- memory : 1000Mi
18
+ memory : 4Gi
19
19
cpu : 6
20
20
forwarding_cores : 4
21
21
You can’t perform that action at this time.
0 commit comments