Hi,

 

I’ve been facing an issue while building DPDK (mostly noticeable when building cross compilation on arm64) as follows:

 

meson --werror --buildtype=debugoptimized --cross-file config/arm/arm64_armv8_linux_gcc -Dexamples=all /tmp/build-aarch64-gcc;

ninja -C /tmp/build-aarch64-gcc/

I can see the memory footprint for it is around 52G which basically took all my system memory.

 

It happens when linking CNXK drivers.

 

Kindest regards,

Raslan Darawsheh