mirror of
https://github.com/XProger/OpenLara.git
synced 2025-08-13 00:24:24 +02:00
increase total memory limit for web
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user