Im trying to port Firefox to a new environment which has limited resources. And Firefox already sends around 200 messages to the X server. However, is there a way to disable the use of fork-function in firefox 121+, so that all decoding would take place within the same process.
For example, is there an environment variable or an addition to user.js, which would disable the use of fork-function ?
Im using version Firefox 121 from Linux Mint 64bit for porting.