Re: [OE-core][PATCH] webkitgtk: limit the number of compilation threads

2022-05-20 Thread Richard Purdie
On Fri, 2022-05-20 at 14:35 +0200, Thomas Perrot via lists.openembedded.org wrote: > Hi Alexander, > > On Fri, 2022-05-20 at 14:27 +0200, Alexander Kanavin wrote: > > The correct way to address this is to restrict the amount of webkit > > make jobs in site.conf, specific to the build host. Or add

Re: [OE-core][PATCH] webkitgtk: limit the number of compilation threads

2022-05-20 Thread Thomas Perrot via lists.openembedded.org
Hi Alexander, On Fri, 2022-05-20 at 14:27 +0200, Alexander Kanavin wrote: > The correct way to address this is to restrict the amount of webkit > make jobs in site.conf, specific to the build host. Or add RAM. > I heard you Kind regards, Thomas Perrot > Ale  > > On Fri 20. May 2022 at 14.20,

Re: [OE-core][PATCH] webkitgtk: limit the number of compilation threads

2022-05-20 Thread Jacob Kroon
On 5/20/22 14:30, Thomas Perrot wrote: Hello Jacob, On Fri, 2022-05-20 at 14:19 +0200, Jacob Kroon wrote: On 5/20/22 14:16, Thomas Perrot via lists.openembedded.org wrote: Otherwise the compilation may lead to out-of-memories. Signed-off-by: Thomas Perrot ---   meta/recipes-sato/webkit/webk

Re: [OE-core][PATCH] webkitgtk: limit the number of compilation threads

2022-05-20 Thread Thomas Perrot via lists.openembedded.org
Hello Jacob, On Fri, 2022-05-20 at 14:19 +0200, Jacob Kroon wrote: > On 5/20/22 14:16, Thomas Perrot via lists.openembedded.org wrote: > > Otherwise the compilation may lead to out-of-memories. > > > > Signed-off-by: Thomas Perrot > > --- > >   meta/recipes-sato/webkit/webkitgtk_2.36.1.bb | 3 ++

Re: [OE-core][PATCH] webkitgtk: limit the number of compilation threads

2022-05-20 Thread Alexander Kanavin
The correct way to address this is to restrict the amount of webkit make jobs in site.conf, specific to the build host. Or add RAM. Ale On Fri 20. May 2022 at 14.20, Jacob Kroon wrote: > On 5/20/22 14:16, Thomas Perrot via lists.openembedded.org wrote: > > Otherwise the compilation may lead to

Re: [OE-core][PATCH] webkitgtk: limit the number of compilation threads

2022-05-20 Thread Jacob Kroon
On 5/20/22 14:16, Thomas Perrot via lists.openembedded.org wrote: Otherwise the compilation may lead to out-of-memories. Signed-off-by: Thomas Perrot --- meta/recipes-sato/webkit/webkitgtk_2.36.1.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-sato/webki

[OE-core][PATCH] webkitgtk: limit the number of compilation threads

2022-05-20 Thread Thomas Perrot via lists.openembedded.org
Otherwise the compilation may lead to out-of-memories. Signed-off-by: Thomas Perrot --- meta/recipes-sato/webkit/webkitgtk_2.36.1.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-sato/webkit/webkitgtk_2.36.1.bb b/meta/recipes-sato/webkit/webkitgtk_2.36.1.bb