Memory defaults tweak
parent
d74db3abb9
commit
8f2c563e57
|
@ -13,7 +13,7 @@ void default_parameters(F_PARAMETERS *p)
|
||||||
p->gen_count = 2;
|
p->gen_count = 2;
|
||||||
p->code_size = 4;
|
p->code_size = 4;
|
||||||
p->young_size = 1;
|
p->young_size = 1;
|
||||||
p->aging_size = 4;
|
p->aging_size = 6;
|
||||||
#else
|
#else
|
||||||
p->ds_size = 32 * CELLS;
|
p->ds_size = 32 * CELLS;
|
||||||
p->rs_size = 32 * CELLS;
|
p->rs_size = 32 * CELLS;
|
||||||
|
|
Loading…
Reference in New Issue