default free_lists to smaller size..
This commit was SVN r7454.
Этот коммит содержится в:
родитель
96ab5a6bd3
Коммит
4296e723c9
@ -134,7 +134,7 @@ int mca_btl_mvapi_component_open(void)
|
||||
|
||||
mca_btl_mvapi_component.ib_cq_size =
|
||||
mca_btl_mvapi_param_register_int("ib_cq_size",
|
||||
40000);
|
||||
10000);
|
||||
mca_btl_mvapi_component.ib_wq_size =
|
||||
mca_btl_mvapi_param_register_int("ib_wq_size",
|
||||
10000);
|
||||
|
@ -103,7 +103,7 @@ int mca_btl_self_component_open(void)
|
||||
{
|
||||
/* register SELF component parameters */
|
||||
mca_btl_self_component.free_list_num =
|
||||
mca_btl_self_param_register_int("free_list_num", 256);
|
||||
mca_btl_self_param_register_int("free_list_num", 0);
|
||||
mca_btl_self_component.free_list_max =
|
||||
mca_btl_self_param_register_int("free_list_max", -1);
|
||||
mca_btl_self_component.free_list_inc =
|
||||
|
@ -81,7 +81,7 @@ int mca_pml_ob1_component_open(void)
|
||||
int param, value;
|
||||
|
||||
mca_pml_ob1.free_list_num =
|
||||
mca_pml_ob1_param_register_int("free_list_num", 256);
|
||||
mca_pml_ob1_param_register_int("free_list_num", 8);
|
||||
mca_pml_ob1.free_list_max =
|
||||
mca_pml_ob1_param_register_int("free_list_max", -1);
|
||||
mca_pml_ob1.free_list_inc =
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user