mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -05:00
[spidermonkey] Increased memory limit to 128MiB
This commit is contained in:
parent
96a3f22a3c
commit
d29cad5bd0
@ -35,7 +35,7 @@ spidermonkey_runtime_addref(void)
|
||||
return 0;
|
||||
}
|
||||
|
||||
main_ctx = JS_NewContext(64 * 1024 * 1024);
|
||||
main_ctx = JS_NewContext(128 * 1024 * 1024);
|
||||
|
||||
if (!main_ctx) {
|
||||
JS_ShutDown();
|
||||
|
Loading…
Reference in New Issue
Block a user