Skip to content

Commit

Permalink
linux-dpdk: test: increase amount of preallocated memory in process mode
Browse files Browse the repository at this point in the history
More preallocated memory is required to run odp_packet_gen application
in process mode.

Signed-off-by: Matias Elo <[email protected]>
  • Loading branch information
MatiasElo committed Nov 1, 2023
1 parent 037d3a4 commit 22bbc84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/linux-dpdk/test/process-mode.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ odp_implementation = "linux-dpdk"
config_file_version = "0.1.24"

dpdk: {
process_mode_memory_mb = 1024
process_mode_memory_mb = 1280
}

0 comments on commit 22bbc84

Please sign in to comment.