Bigger nursery/aging spaces on 64 bit
parent
a30c60ea63
commit
e545c90453
|
@ -21,8 +21,8 @@ void default_parameters(F_PARAMETERS *p)
|
|||
|
||||
p->gen_count = 3;
|
||||
p->code_size = 8 * CELLS;
|
||||
p->young_size = 1;
|
||||
p->aging_size = 2;
|
||||
p->young_size = CELLS / 4;
|
||||
p->aging_size = CELLS / 2;
|
||||
p->tenured_size = 4 * CELLS;
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue