Raise jitMemoryReservationSize for ftl-no-cjit-small-pool* tests from 50000 to 75000. The 50000 number was picked years ago to be a size that is small, but is still large enough for JSC tests to pass. 50000 appears to not be sufficient anymore. This has caused some JSC tests to fail intermittently on the EWS bots. Raising the size to 75000 to give the tests a little more room to work in.
Created attachment 429606 [details] proposed patch.
Thanks for the review. Landed in r277989: <http://trac.webkit.org/r277989>.
<rdar://problem/78432330>
Apparently 75K still isn't enough and the jsc EWS bot is still in pain. I'm going to bump it to 100k.
Bumped to 102400 (100k). Landed in r278061: <http://trac.webkit.org/r278061>.