StartServers 5 # apache 啟動執行時的 process 數,也就是可同時處理的 request 數
MinSpareServers 5
MaxSpareServers 10
ServerLimit 150 # ServerLimit 的設定值 應「大於等於」下面的 MaxClients
MaxClients 150 # 官方的定義就是「最大可同時處理的 connection 數」
MaxRequestsPerChild 10000 # 一個「Apache sever」在處理該數目後,會自動中止並重啟,以防 memory leakage
1.到這裡下載缺失的iOS版本:
https://github.com/filsv/iPhoneOSDeviceSupport
2.關閉 Xcode
3.解壓縮Zip
4.前往資料夾:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/
5.複製壓縮資料夾進去
6.重開Xcode
Firebase 2020/03/01起要上傳 dSYMs
需要
– FirebaseCrashlytics/upload-symbols 路徑
– GoogleService-Info.plist 路徑
– dSYMs 路徑
Previous Page 259 of 259