1
1

Increase mpool_sm_min_size default to 64M so osu_bw will run.

This commit was SVN r20944.
Этот коммит содержится в:
Eugene Loh 2009-04-06 18:37:00 +00:00
родитель 547fd635d1
Коммит c4adfd1806

Просмотреть файл

@ -83,7 +83,7 @@ static int mca_mpool_sm_open(void)
int value = 0;
char *size_str = NULL;
default_min = 0;
default_min = 67108864;
/* register SM component parameters */
mca_base_param_reg_string(&mca_mpool_sm_component.super.mpool_version,