We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--yjit-exec-mem-size
1 parent c3de08c commit 5e6633fCopy full SHA for 5e6633f
yjit/src/options.rs
@@ -53,7 +53,7 @@ pub struct Options {
53
54
// Initialize the options to default values
55
pub static mut OPTIONS: Options = Options {
56
- exec_mem_size: 256 * 1024 * 1024,
+ exec_mem_size: 128 * 1024 * 1024,
57
code_page_size: 16 * 1024,
58
call_threshold: 10,
59
greedy_versioning: false,
0 commit comments