kunkunsh / kunkun-nuxt

An open source, cross-platform, extensible app launcher.
https://kunkun.sh
48 stars 8 forks source link

Extension Memory Leak #89

Open HuakunShen opened 2 weeks ago

HuakunShen commented 2 weeks ago

On Mac I can observe that, after an extension is opened, memory usage for tauri://localhost goes up, and never get released after extension is closed.

HuakunShen commented 2 weeks ago

Suspected to be bug with extension loading, e.g. dangling web worker, comlink... But after some experiment, it seems like opening an empty page multiple times also contributes to memory. Is this a tauri bug, or nuxt bug, or my bug? Further investigation required.