Hi,
I’m having trouble with my WebGL build to play on Chrome and Firefox in a 32 bit Machine.
I’ve set my TOTAL_MEMORY to 359715200
This work perfectly on the 64 bit machine.
In the 32 bit machine with Chrome it works the first time. When I reload the page to run it again I will have a Out of Memory Popup that ask the Developer to increase the Total Memory, or a “Array Buffer allocation failed” message.
In the 32 bit machine with FireFox it works the first time. When I reload the page I have a “Out of Memory” message in the console, or have a Out of Memory Popup that ask the Developer to increase the Total Memory.
They are not consistence to if it will run or not, and which message to display.
However, When I Close the browser and reopen it again it seems like it works every time.
Any ideas as to how I can get 32 bit Chrome and FireFox to start the project correctly when the user reload the page?
Thank you