oraoto / pib

PHP in Browser (powered by WebAssembly)
https://oraoto.github.io/pib/
Apache License 2.0
956 stars 112 forks source link

Examples crash tab on Firefox 90 #56

Closed guest271314 closed 2 years ago

guest271314 commented 3 years ago

FYI "Hello, World" and "phpinfo()" examples crash tab on Firefox 90.

blackjyn commented 3 years ago

it crash everywhere, and eat all whole RAM

oraoto commented 3 years ago

I don't have Firefox 90 right now, but can confirm high memory usage in FF 91.

It's seems the optimizing compiler consumes more than 2GB memory, and isable javascript.options.wasm_optimizingjit fix the issue.