mirror of
https://github.com/XProger/OpenLara.git
synced 2025-08-13 16:44:50 +02:00
increase total memory limit for web
This commit is contained in:
@@ -55,7 +55,7 @@
|
|||||||
window.onload = function() { window.focus(); }
|
window.onload = function() { window.focus(); }
|
||||||
|
|
||||||
var Module = {
|
var Module = {
|
||||||
TOTAL_MEMORY: 64*1024*1024,
|
TOTAL_MEMORY: 192*1024*1024,
|
||||||
preRun: [],
|
preRun: [],
|
||||||
postRun: [],
|
postRun: [],
|
||||||
print: (function() {
|
print: (function() {
|
||||||
|
Reference in New Issue
Block a user