[MIS] Windows Apache 效能調整實測

如上

先去主控台打開shell

輸入httpd -l  確認模式為mpm_winnt.c 

到XAMPP安裝路徑 D:\xampp\apache\conf\extra   開啟檔案httpd-mpm.conf改成以下資訊

<IfModule mpm_winnt_module>
ThreadsPerChild 4000
ThreadLimit 350
MaxRequestsPerChild 0
</IfModule>

MaxMemFree 4096       

設定完成>>存檔>>重啟 阿帕契  你會感覺飛快  但是吃資源.......   但至少可以在windows .....

 

參考網址......  http://tomchun.tw/tomchun/2017/07/28/apache-winnt-mpm-xampp/

12/26 後記,上方安裝是在windows server , but...說要裝在win10 測試看看,裝好了>> 跑起來>> 竟然比在windows server快 .......

 

 

以上文章僅用紀錄資料使用.....