Variable | Formula for computing the variable |
---|
a | Single server | (pd_max_users value + 3) (pd_max_access_tables value + 14) + pd_lck_pool_size c |
Front-end server | If pd_fes_lck_pool_size is omitted | (b + 3) (pd_max_access_tables value + 4) |
If pd_fes_lck_pool_size is specified | pd_fes_lck_pool_size value c |
Back-end server or dictionary server | (b + 3) 10 + pd_lck_pool_size value c |
b | Front-end server | Multiple front-end server | pd_max_users value + 1 |
Not multiple front-end server | pd_max_users value |
Back-end server | If pd_max_users value > pd_max_bes_process value | pd_max_users value |
If pd_max_users value pd_max_bes_process value | pd_max_bes_process value |
Dictionary server | If pd_max_users value > pd_max_dic_process value | pd_max_users value |
If pd_max_users value pd_max_dic_process value | pd_max_dic_process value |
c | 6 for the 32-bit mode; 4 for the 64-bit mode |