1
1

default free_lists to smaller size..

This commit was SVN r7454.
Этот коммит содержится в:
Galen Shipman 2005-09-21 18:55:07 +00:00
родитель 96ab5a6bd3
Коммит 4296e723c9
3 изменённых файлов: 3 добавлений и 3 удалений

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

@ -134,7 +134,7 @@ int mca_btl_mvapi_component_open(void)
mca_btl_mvapi_component.ib_cq_size = mca_btl_mvapi_component.ib_cq_size =
mca_btl_mvapi_param_register_int("ib_cq_size", mca_btl_mvapi_param_register_int("ib_cq_size",
40000); 10000);
mca_btl_mvapi_component.ib_wq_size = mca_btl_mvapi_component.ib_wq_size =
mca_btl_mvapi_param_register_int("ib_wq_size", mca_btl_mvapi_param_register_int("ib_wq_size",
10000); 10000);

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

@ -103,7 +103,7 @@ int mca_btl_self_component_open(void)
{ {
/* register SELF component parameters */ /* register SELF component parameters */
mca_btl_self_component.free_list_num = 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_component.free_list_max =
mca_btl_self_param_register_int("free_list_max", -1); mca_btl_self_param_register_int("free_list_max", -1);
mca_btl_self_component.free_list_inc = mca_btl_self_component.free_list_inc =

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

@ -81,7 +81,7 @@ int mca_pml_ob1_component_open(void)
int param, value; int param, value;
mca_pml_ob1.free_list_num = 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.free_list_max =
mca_pml_ob1_param_register_int("free_list_max", -1); mca_pml_ob1_param_register_int("free_list_max", -1);
mca_pml_ob1.free_list_inc = mca_pml_ob1.free_list_inc =