platform: Improve iOS OOM killer

This commit is contained in:
世界
2026-02-26 14:13:32 +08:00
parent 0bc66e5a56
commit cf4791f1ad
29 changed files with 458 additions and 357 deletions
+1
View File
@@ -137,6 +137,7 @@ func ServiceRegistry() *service.Registry {
registerDERPService(registry)
registerCCMService(registry)
registerOCMService(registry)
registerOOMKillerService(registry)
return registry
}