Skip to content

Commit

Permalink
Increase DPDK memory limit
Browse files Browse the repository at this point in the history
The define value denotes how many memory enabled for each NUMA node to
be allocated inside DPDK.

Closes #101
  • Loading branch information
Georgy Kirichenko authored and GeorgyKirichenko committed Jan 26, 2024
1 parent 2019ea5 commit beb1dc6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions image/builder/rte_config_append.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
#undef RTE_PKTMBUF_HEADROOM
#define RTE_PKTMBUF_HEADROOM 256

#undef RTE_MAX_MEM_MB_PER_TYPE
#define RTE_MAX_MEM_MB_PER_TYPE 131072

#undef RTE_ETHDEV_RXTX_CALLBACKS

#endif /* _RTE_CONFIG_APPEND_H_ */

0 comments on commit beb1dc6

Please sign in to comment.