YJIT: reduce default --yjit-exec-mem-size
to 128MiB instead of 256 (#6649)
Reduce default --yjit-exec-mem-size to 128MiB instead of 256
This commit is contained in:
parent
c3de08cb24
commit
5e6633fcf9
Notes:
git
2022-10-31 18:29:41 +00:00
Merged-By: maximecb <maximecb@ruby-lang.org>
@ -53,7 +53,7 @@ pub struct Options {
|
|||||||
|
|
||||||
// Initialize the options to default values
|
// Initialize the options to default values
|
||||||
pub static mut OPTIONS: Options = Options {
|
pub static mut OPTIONS: Options = Options {
|
||||||
exec_mem_size: 256 * 1024 * 1024,
|
exec_mem_size: 128 * 1024 * 1024,
|
||||||
code_page_size: 16 * 1024,
|
code_page_size: 16 * 1024,
|
||||||
call_threshold: 10,
|
call_threshold: 10,
|
||||||
greedy_versioning: false,
|
greedy_versioning: false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user