2012/6/14 Ken Cheung :
> I observed a code clone in the following files. In the
> function ap_mpm_set_max_mem_free the variable "value" has to be multiplied
> by 1024 before exit while ap_mpm_set_thread_stacksize does not perform this
> operation. I wonder if this is necessary. Hope it helps.
acco
I observed a code clone in the following files. In the function
ap_mpm_set_max_mem_free the variable "value" has to be multiplied by 1024
before exit while ap_mpm_set_thread_stacksize does not perform this operation.
I wonder if this is necessary. Hope it helps.
function : ap_mpm_set_max_mem_fr