Burt et al,

> I hadn't built new code in a few weeks. I have a machine with 8 hyperthreads, 
> and I have only 8GB memory minus what is used for hugepages. I ran out of 
> virtual memory when doing a build, in the new C++ code. Just a heads up for 
> anyone without huge memory per processor thread. My work around is going into 
> build-root/Makefile and halving the number of MAKE_PARALLEL_JOBS. There is a 
> number 2 that can be changed to 1 in case anybody is using a modest build 
> machine.

I ran into the same issue with my 2G VPP in a box E3845 system.

I pushed patch https://gerrit.fd.io/r/#/c/9186/
As a way of passing autoconf flags from the make command line.
E.g.:
make CONFIGURE_ARGS="--disable-pppoe-plugin --disable-nat-plugin 
--disable-lb-plugin --disable-japi --disable-vapi --disable-vom 
--disable-stn-plugin"  build

I've -2'ed for now, awaiting someone more clue'd up about the build system than 
me.

Best regards,
Ole

Attachment: signature.asc
Description: Message signed with OpenPGP

_______________________________________________
vpp-dev mailing list
vpp-dev@lists.fd.io
https://lists.fd.io/mailman/listinfo/vpp-dev

Reply via email to