On Tue, Aug 24, 2021 at 7:15 AM Richard Purdie
wrote:
>
> On Tue, 2021-08-24 at 17:40 +0800, Changqing Li wrote:
> > From: Changqing Li
> >
> > Update way of setting XZ_MEMLIMIT, considering scenario that
> > running bitbake in container, to avoid OOM Killer of xz.
> >
> > For example:
> > Contai
On Tue, 2021-08-24 at 17:40 +0800, Changqing Li wrote:
> From: Changqing Li
>
> Update way of setting XZ_MEMLIMIT, considering scenario that
> running bitbake in container, to avoid OOM Killer of xz.
>
> For example:
> Container has memory limit of 30G, and host memory is 300G. 'xz
> --memlimit
From: Changqing Li
Update way of setting XZ_MEMLIMIT, considering scenario that
running bitbake in container, to avoid OOM Killer of xz.
For example:
Container has memory limit of 30G, and host memory is 300G. 'xz
--memlimit=50% ...' will get host memory, so the limit for xz is 150G.
And becaus