perf(memory): drop disposable caches on pressure

This commit is contained in:
zarzet
2026-07-16 10:32:33 +07:00
parent c75139450a
commit ef89352d09
9 changed files with 100 additions and 3 deletions
+8
View File
@@ -733,6 +733,14 @@ import Gobackend
case "clearLogs":
GobackendClearLogs()
return nil
case "releaseMemory":
GobackendReleaseMemory()
return nil
case "releaseMemoryUnderPressure":
GobackendReleaseMemoryUnderPressure()
return nil
case "getLogCount":
let response = GobackendGetLogCount()