Do not do process pre-warming when the system is under memory pressure. We already avoid launching prewarmed processes when the system is under memory pressure. However, this really only works as intended on iOS because we're not listening for all the memory pressure notification on macOS. Also, we should return early in WebProcess::prewarmGlobally() if the system is under memory pressure now that the process has been launched.
<rdar://problem/75810423>
Created attachment 424199 [details] Patch
Committed r275038: <https://commits.webkit.org/r275038> All reviewed patches have been landed. Closing bug and clearing flags on attachment 424199 [details].