mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[spidermonkey] 64MB instead of 16MB for runtime
This commit is contained in:
parent
3c780ccc09
commit
1b518965cf
@ -35,7 +35,7 @@ spidermonkey_runtime_addref(void)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
main_ctx = JS_NewContext(16 * 1024 * 1024);
|
main_ctx = JS_NewContext(64 * 1024 * 1024);
|
||||||
|
|
||||||
if (!main_ctx) {
|
if (!main_ctx) {
|
||||||
JS_ShutDown();
|
JS_ShutDown();
|
||||||
|
Loading…
Reference in New Issue
Block a user