I think lots of people also don’t know how easy it is to migrate all user data between browsers. Also, the added work of changing your phone app is probably too much for the average, comfortable consumer.
I think lots of people also don’t know how easy it is to migrate all user data between browsers. Also, the added work of changing your phone app is probably too much for the average, comfortable consumer.
Might be the out of memory killer. For me, Mach (Firefox’s build tool) usually did a multi-processed build assuming around 1 GB RAM per thread. Run .
/mach build -j10
to limit the build to e.g. 10 threads. Or setmk_add_options MOZ_PARALLEL_BUILD=10
in your config file.