You are not logged in.
Hi,
I was looking forward to Firefox 54 for the multi-process enhancement but, after the update, I saw only one "Web Content" process (instead of four), as with Firefox 53. I finally managed to have four "Web Content" processes by settings about:config > dom.ipc.processCount to 4.
With dom.ipc.processCount to 1 (Default):
# ps -e | grep 'Web Content'
13421 tty1 00:00:14 Web Content
With dom.ipc.processCount to 4:
# ps -e | grep 'Web Content'
13991 tty1 00:00:04 Web Content
14027 tty1 00:00:09 Web Content
14031 tty1 00:00:20 Web Content
14040 tty1 00:00:26 Web Content
Solution found on this page: https://hacks.mozilla.org/2017/06/firef … clip-path/
Offline
What made you think this was the right place for this? Put it in the wiki or in a blog. It'll just get lost here (as it should).
Offline
What made you think this was the right place for this? Put it in the wiki or in a blog. It'll just get lost here (as it should).
Offline