Hi,
nodejs is very, *very*, heavy to build due to it's complex C++ code. I
would suggest you to limit the number of parallel builds supported: this
may slow down other (lighter) builds but will avoid going out of memory for
heavy ones such as node.

This can be done by putting in your local configuration
(build/conf/local.conf or replace "build" with your build directory)
directives like:

BB_NUMBER_THREADS = '4'
PARALLEL_MAKE = '-j 4'

(this limits to 4, you can play on this depending on number of cores and
amount of RAM of course)

hth,
Federico


Il giorno mar 28 nov 2023 alle ore 07:00 <sairajl...@gmail.com> ha scritto:

> Hi team,
>
>
> we are trying to build TI AM62x EVSE SDK referring to
> https://github.com/PionixPublic/ti-am62x-evse-sdk  we have tried building
> in virtual machine and now we are trying to build in Linux  host pc with
> 500gb of storage and 16gb ram but still bitbake runs till 99 percentage
>   and last module Nodejs takes forever to run system experiences a freeze.
> Tried multiple times running the bitbake but still problem remains same .
> 
>
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#61765): https://lists.yoctoproject.org/g/yocto/message/61765
Mute This Topic: https://lists.yoctoproject.org/mt/102846254/21656
Mute #distro:https://lists.yoctoproject.org/g/yocto/mutehashtag/distro
Mute #poky:https://lists.yoctoproject.org/g/yocto/mutehashtag/poky
Mute #apt:https://lists.yoctoproject.org/g/yocto/mutehashtag/apt
Mute #bitbake:https://lists.yoctoproject.org/g/yocto/mutehashtag/bitbake
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to