Bigger nursery/aging spaces on 64 bit

db4
Slava Pestov 2008-04-05 04:58:34 -05:00
parent a30c60ea63
commit e545c90453
1 changed files with 2 additions and 2 deletions

View File

@ -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