Uploaded image for project: 'vpp'
  1. vpp
  2. VPP-1989

Limit the building system usage of CPU & RAM

XMLWordPrintable

    • Icon: New Feature New Feature
    • Resolution: Unresolved
    • Icon: High High
    • 21.06
    • None
    • Build system

      Compiling the git sources with the following command eats up all available CPU cores/threads and after a while all available RAM (~10/11 GB) too:

      make V=0 PLATFORM=vpp TAG=vpp pkg-deb
      

      Are there variables which could be set to limit the max number of threads and the max size of RAM that can be used by the build system?

      If not, it is very necessary to implement them.

      I also find the memory consumption too high: it seems that it is not released correctly during the build because it keeps increasing.

            dbarach Dave Barach
            jc-manciot jean-christophe manciot
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: