2012/6/14 Ken Cheung <msrbugzi...@gmail.com>:
> 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.

according to 
http://httpd.apache.org/docs/2.2/mod/mpm_common.html#threadstacksize

MaxMemFree is in KB and ThreadStackSize is in Bytes so the code is correct

-- 
Michal Grzedzicki

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to