you are viewing a single comment's thread
view the rest of the comments
[–] 8 points 3 years ago (1 child)

i got 32gb ram. today i needed to download more. https://github.com/Overv/vramfs

tf firefox needs more than 32gbs for compiling (actually linking but whatever)

  • source
  • hideshow 2 child comments
  • [–] 3 points 3 years ago (1 child)

    It depends on your linker. By default, Firefox appears to use the LLD linker. There is a faster one available, which runs perfectly fine on my 16GB machine: https://github.com/rui314/mold. After installing, it can be enabled by setting —enable-linker=mold instead of —enable-linker=lld

  • source
  • parent
  • hideshow 2 child comments