diff options
| author | Antonin Kral <a.kral@bobek.cz> | 2011-08-23 08:47:17 +0200 |
|---|---|---|
| committer | Antonin Kral <a.kral@bobek.cz> | 2011-08-23 08:47:17 +0200 |
| commit | cbe2d992e9cd1ea66af9fa91df006106775d3073 (patch) | |
| tree | fca8e11a8ab7f063ae26802016068f9c814f6176 /scripting/engine_spidermonkey.cpp | |
| parent | 64b33ee522375a8dc15be2875dfb7db4502259b0 (diff) | |
Imported Upstream version 1.8.3upstream/1.8.3
Diffstat (limited to 'scripting/engine_spidermonkey.cpp')
| -rw-r--r-- | scripting/engine_spidermonkey.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripting/engine_spidermonkey.cpp b/scripting/engine_spidermonkey.cpp index 73ebfaa55da..aed7b1349a1 100644 --- a/scripting/engine_spidermonkey.cpp +++ b/scripting/engine_spidermonkey.cpp @@ -1073,7 +1073,7 @@ namespace mongo { JS_SetCStringsAreUTF8(); #endif - _runtime = JS_NewRuntime(8L * 1024L * 1024L); + _runtime = JS_NewRuntime(64L * 1024L * 1024L); uassert( 10221 , "JS_NewRuntime failed" , _runtime ); if ( ! utf8Ok() ) { |
