Improve oom-killer

This commit is contained in:
世界
2026-04-23 08:12:53 +08:00
parent 7a57cfeb88
commit 3ed2341355
4 changed files with 41 additions and 1 deletions
+1
View File
@@ -176,6 +176,7 @@ open class ExtensionProvider: NEPacketTunnelProvider {
if let setupError {
throw ExtensionStartupError("(packet-tunnel) error: setup service: \(setupError.localizedDescription)")
}
LibboxPromoteOOMDraft()
var error: NSError?
commandServer = LibboxNewCommandServer(platformInterface, platformInterface, &error)