Y
Hacker News
new
|
ask
|
show
|
jobs
by
tim--
2349 days ago
I can't even get Chromium to build on my MacBook Pro, so there's that. (15-inch, 2018, 16GB RAM)
What magic are you using to be able to build Chromium?
2 comments
I_AM_A_SMURF
2348 days ago
Limiting the threads as somebody elses said. For chromium no one really builds it on a laptop, everyone in my team used a build server or a 32 core monster desktop.
link
microcolonel
2349 days ago
AFAIK you'd need to limit the compiler threads, and hopefully the linker doesn't run out of memory. 16GiB of memory is really not enough.
link