1
0
mirror of https://github.com/XProger/OpenLara.git synced 2025-08-12 16:14:25 +02:00

increase total memory limit for web

This commit is contained in:
XProger
2020-01-20 01:53:33 +03:00
parent bc1a15fed7
commit 8eb26c2f31

View File

@@ -55,7 +55,7 @@
window.onload = function() { window.focus(); }
var Module = {
TOTAL_MEMORY: 64*1024*1024,
TOTAL_MEMORY: 192*1024*1024,
preRun: [],
postRun: [],
print: (function() {