WebKit build fails due to limited RAM per CPU core #178
-
Currently trying to build wpe for a rpi3 32bit (have tried both options with hardcoded values and all sorts) but I keep getting to the same error:
|
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
Since the WebKit build its parallelized the error will not be on the last line. |
Beta Was this translation helpful? Give feedback.
-
Ahh, well that makes way more sense!
Seems to be the actual issue |
Beta Was this translation helpful? Give feedback.
-
This usually mean you ran out of ram and the kernel killed the gcc process. You need at least 2GB of RAM per CPU vcore to build WebKit. If you don't have enough then try to lower the number of build threads. For example you can set in local.conf
With that number (4) you would need 8GB of RAM to build WebKit |
Beta Was this translation helpful? Give feedback.
-
Ahh ok, I thought I was just missing the error that was there! It was running on 12 cores with 10GB RAM so that may well have been the issue, currently rebuilding. Thanks! |
Beta Was this translation helpful? Give feedback.
-
Well that seems to fix it, thanks for the help! |
Beta Was this translation helpful? Give feedback.
This usually mean you ran out of ram and the kernel killed the gcc process. You need at least 2GB of RAM per CPU vcore to build WebKit. If you don't have enough then try to lower the number of build threads.
For example you can set in local.conf
With that number (4) you would need 8GB of RAM to build WebKit