Skip to content

Commit 3e5c697

Browse files
committed
set testpmd pod memory equals to hugepages
1 parent 4936b1b commit 3e5c697

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

testpmd-container-app/cnfapp/scripts/testpmd-wrapper

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ CORES_STR=$LCORES
5858
IFS=',' read -ra CORES_ARR <<< "$CORES_STR"
5959
CORES_LEN=${#CORES_ARR[@]}
6060
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})"
6262
exit 1
6363
fi
6464

testpmd-lb-operator/roles/loadbalancer/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ image_testpmd: "quay.io/rh-nfv-int/testpmd-container-app-testpmd@sha256:eca74e7c
1111
image_listener: "quay.io/rh-nfv-int/testpmd-container-app-listener@sha256:050c5f7117bd6135af48cf742600bd30ab8448fe12fcab44960c1508c10327b1" # v0.2.3
1212

1313
hugepage_1gb_count: 4Gi
14-
memory: 1000Mi
14+
memory: 4Gi
1515
cpu: 6
1616
forwarding_cores: 4
1717

testpmd-operator/roles/testpmd/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ image_testpmd: "quay.io/rh-nfv-int/testpmd-container-app-cnfapp@sha256:c0cbe35d7
1515
size: 1
1616

1717
hugepage_1gb_count: 4Gi
18-
memory: 1000Mi
18+
memory: 4Gi
1919
cpu: 6
2020
forwarding_cores: 4
2121

0 commit comments

Comments
 (0)